Skip to content

Commit

Permalink
[HOTFIX] Update cuda-python dependency to 11.7.1 (#4948)
Browse files Browse the repository at this point in the history
This should resolve a segfault we are seeing with `cuda-python=11.7.0` (rapidsai/cudf#11941).

Authors:
   - Ashwin Srinath (https://github.com/shwina)
   - Bradley Dice (https://github.com/bdice)

Approvers:
   - GALI PREM SAGAR (https://github.com/galipremsagar)
   - Bradley Dice (https://github.com/bdice)
   - Dante Gama Dessavre (https://github.com/dantegd)
   - Ray Douglass (https://github.com/raydouglass)
  • Loading branch information
shwina committed Nov 4, 2022
1 parent 3da503c commit 3a8dea6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion conda/environments/builddocs_py37.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: rapids_dev
channels:
- nvidia
- conda-forge
- rapidsai
- nvidia
dependencies:
- cudatoolkit=10.0
- clangdev
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cuml_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: cuml_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
- nvidia
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
4 changes: 2 additions & 2 deletions conda/environments/cuml_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: cuml_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
- nvidia
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
4 changes: 2 additions & 2 deletions conda/environments/cuml_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: cuml_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
- nvidia
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 3a8dea6

Please sign in to comment.