Skip to content

Commit

Permalink
Merge eb70da9 into fe776f2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjacobelli authored Jul 4, 2022
2 parents fe776f2 + eb70da9 commit 929cffb
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.08.*
- libraft-headers=22.08.*
- pyraft=22.08.*
- cuda-python>=11.5,<12.0
- cuda-python>=11.5,<11.7.1
- dask>=2022.05.2
- distributed>=2022.05.2
- dask-cuda=22.08.*
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.08.*
- libraft-headers=22.08.*
- pyraft=22.08.*
- cuda-python>=11.5,<12.0
- cuda-python>=11.5,<11.7.1
- dask>=2022.05.2
- distributed>=2022.05.2
- dask-cuda=22.08.*
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.08.*
- libraft-headers=22.08.*
- pyraft=22.08.*
- cuda-python>=11.5,<12.0
- cuda-python>=11.5,<11.7.1
- dask>=2022.05.2
- distributed>=2022.05.2
- dask-cuda=22.08.*
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 929cffb

Please sign in to comment.