Skip to content

Commit

Permalink
Update cuda-python dependency to 11.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shwina committed Oct 25, 2022
1 parent 3da503c commit 1e7a1b2
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,<11.7.1
- cuda-python >=11.7.1,<12.0
- rapids-build-env=22.10.*
- rapids-notebook-env=22.10.*
- rapids-doc-env=22.10.*
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,<11.7.1
- cuda-python >=11.7.1,<12.0
- rapids-build-env=22.10.*
- rapids-notebook-env=22.10.*
- rapids-doc-env=22.10.*
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,<11.7.1
- cuda-python >=11.7.1,<12.0
- rapids-build-env=22.10.*
- rapids-notebook-env=22.10.*
- rapids-doc-env=22.10.*
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,<11.7.1
- cuda-python >=11.7.1,<12.0
- rapids-build-env=22.10.*
- rapids-notebook-env=22.10.*
- rapids-doc-env=22.10.*
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 @@ -45,7 +45,7 @@ requirements:
- cudatoolkit {{ cuda_version }}.*
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- cuda-python >=11.5,<11.7.1
- cuda-python >=11.7.1,<12.0
run:
- python x.x
- cudf {{ minor_version }}
Expand All @@ -63,7 +63,7 @@ requirements:
- distributed==2022.9.2
- joblib >=0.11
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
- cuda-python >=11.5,<11.7.1
- cuda-python >=11.7.1,<12.0

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

0 comments on commit 1e7a1b2

Please sign in to comment.