Skip to content

Commit

Permalink
Pin max version of cuda-python to 11.7.0 (rapidsai#4793)
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)

URL: rapidsai#4793
  • Loading branch information
jjacobelli authored and raydouglass committed Jul 6, 2022
1 parent 59a1241 commit 46173a2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- conda-forge
dependencies:
- cudatoolkit=11.0
- cuda-python >=11.5,<12.0
- cuda-python >=11.5,<11.7.1
- rapids-build-env=22.06.*
- rapids-notebook-env=22.06.*
- rapids-doc-env=22.06.*
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- conda-forge
dependencies:
- cudatoolkit=11.2
- cuda-python >=11.5,<12.0
- cuda-python >=11.5,<11.7.1
- rapids-build-env=22.06.*
- rapids-notebook-env=22.06.*
- rapids-doc-env=22.06.*
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- conda-forge
dependencies:
- cudatoolkit=11.4
- cuda-python >=11.5,<12.0
- cuda-python >=11.5,<11.7.1
- rapids-build-env=22.06.*
- rapids-notebook-env=22.06.*
- rapids-doc-env=22.06.*
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuml_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- conda-forge
dependencies:
- cudatoolkit=11.5
- cuda-python >=11.5,<12.0
- cuda-python >=11.5,<11.7.1
- rapids-build-env=22.06.*
- rapids-notebook-env=22.06.*
- rapids-doc-env=22.06.*
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requirements:
- cudatoolkit {{ cuda_version }}.*
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- cuda-python >=11.5,<12.0
- cuda-python >=11.5,<11.7.1
run:
- python x.x
- cudf {{ minor_version }}
Expand All @@ -60,7 +60,7 @@ requirements:
- distributed==2022.05.2
- joblib >=0.11
- {{ 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 46173a2

Please sign in to comment.