Skip to content

Commit

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

Authors:
  - Joseph Nke (https://github.com/jnke2016)

Approvers:
   - Ray Douglass (https://github.com/raydouglass)
  • Loading branch information
jnke2016 authored Jul 6, 2022
1 parent c6bc886 commit 467a674
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.06.*
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- cuda-python>=11.5,<11.7.1
- dask==2022.05.2
- distributed==2022.05.2
- dask-cuda=22.06.*
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.06.*
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- cuda-python>=11.5,<11.7.1
- dask==2022.05.2
- distributed==2022.05.2
- dask-cuda=22.06.*
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.06.*
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- cuda-python>=11.5,<11.7.1
- dask==2022.05.2
- distributed==2022.05.2
- dask-cuda=22.06.*
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 467a674

Please sign in to comment.