Skip to content

Commit

Permalink
Pin max version of cuda-python to 11.7.0 (rapidsai#2380)
Browse files Browse the repository at this point in the history
Pin max version of `cuda-python` to `11.7.0`

Authors:
   - Jordan Jacobelli (https://github.com/Ethyling)

Approvers:
   - AJ Schmidt (https://github.com/ajschmidt8)
  • Loading branch information
jjacobelli authored Jul 5, 2022
1 parent fe776f2 commit 897dd95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/environments/cugraph_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- librmm=22.08.*
- libraft-headers=22.08.*
- pyraft=22.08.*
- cuda-python>=11.5,<12.0
- cuda-python>=11.5,<11.7.1
- dask>=2022.05.2
- distributed>=2022.05.2
- dask-cuda=22.08.*
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cugraph_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- librmm=22.08.*
- libraft-headers=22.08.*
- pyraft=22.08.*
- cuda-python>=11.5,<12.0
- cuda-python>=11.5,<11.7.1
- dask>=2022.05.2
- distributed>=2022.05.2
- dask-cuda=22.08.*
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cugraph_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- librmm=22.08.*
- libraft-headers=22.08.*
- pyraft=22.08.*
- cuda-python>=11.5,<12.0
- cuda-python>=11.5,<11.7.1
- dask>=2022.05.2
- distributed>=2022.05.2
- dask-cuda=22.08.*
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ requirements:
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
- cuda-python >=11.5,<12.0
- cuda-python >=11.5,<11.7.1

tests: # [linux64]
requirements: # [linux64]
Expand Down

0 comments on commit 897dd95

Please sign in to comment.