Skip to content

Commit

Permalink
Pin dask and distributed for release (#2317)
Browse files Browse the repository at this point in the history
Pinning to be in line with: rapidsai/cudf#10987

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #2317
  • Loading branch information
galipremsagar authored May 27, 2022
1 parent d25f990 commit 008273b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- dask==2022.05.1
- distributed==2022.05.1
- dask==2022.05.2
- distributed==2022.05.2
- dask-cuda=22.06.*
- dask-cudf=22.06.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- dask==2022.05.1
- distributed==2022.05.1
- dask==2022.05.2
- distributed==2022.05.2
- dask-cuda=22.06.*
- dask-cudf=22.06.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
- libraft-headers=22.06.*
- pyraft=22.06.*
- cuda-python>=11.5,<12.0
- dask==2022.05.1
- distributed==2022.05.1
- dask==2022.05.2
- distributed==2022.05.2
- dask-cuda=22.06.*
- dask-cudf=22.06.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ requirements:
- cudf={{ minor_version }}
- dask-cudf {{ minor_version }}
- dask-cuda {{ minor_version }}
- dask==2022.05.1
- distributed==2022.05.1
- dask==2022.05.2
- distributed==2022.05.2
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
Expand Down

0 comments on commit 008273b

Please sign in to comment.