Skip to content

Commit 467a674

Browse files
authored
pin cuda-python max version to 11.7.0 (#2389)
Pin max version of `cuda-python` to 11.7.0 Authors: - Joseph Nke (https://github.com/jnke2016) Approvers: - Ray Douglass (https://github.com/raydouglass)
1 parent c6bc886 commit 467a674

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

conda/environments/cugraph_dev_cuda11.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- librmm=22.06.*
1414
- libraft-headers=22.06.*
1515
- pyraft=22.06.*
16-
- cuda-python>=11.5,<12.0
16+
- cuda-python>=11.5,<11.7.1
1717
- dask==2022.05.2
1818
- distributed==2022.05.2
1919
- dask-cuda=22.06.*

conda/environments/cugraph_dev_cuda11.4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- librmm=22.06.*
1414
- libraft-headers=22.06.*
1515
- pyraft=22.06.*
16-
- cuda-python>=11.5,<12.0
16+
- cuda-python>=11.5,<11.7.1
1717
- dask==2022.05.2
1818
- distributed==2022.05.2
1919
- dask-cuda=22.06.*

conda/environments/cugraph_dev_cuda11.5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- librmm=22.06.*
1414
- libraft-headers=22.06.*
1515
- pyraft=22.06.*
16-
- cuda-python>=11.5,<12.0
16+
- cuda-python>=11.5,<11.7.1
1717
- dask==2022.05.2
1818
- distributed==2022.05.2
1919
- dask-cuda=22.06.*

conda/recipes/cugraph/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ requirements:
5454
- ucx-py {{ ucx_py_version }}
5555
- ucx-proc=*=gpu
5656
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
57-
- cuda-python >=11.5,<12.0
57+
- cuda-python >=11.5,<11.7.1
5858

5959
tests: # [linux64]
6060
requirements: # [linux64]

0 commit comments

Comments
 (0)