Skip to content

Commit

Permalink
Upgrade dask and distributed (#2115)
Browse files Browse the repository at this point in the history
This PR upgrades `dask` & `distributed` min versions to be inline with: rapidsai/cudf#10182

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

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

URL: #2115
  • Loading branch information
galipremsagar authored Mar 17, 2022
1 parent 9732e5e commit 2cd7314
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
- libraft-headers=22.04.*
- pyraft=22.04.*
- cuda-python>=11.5,<12.0
- dask>=2021.11.1
- distributed>=2021.11.1
- dask>=2022.02.1
- distributed>=2022.02.1
- dask-cuda=22.04.*
- dask-cudf=22.04.*
- nccl>=2.9.9
Expand Down
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.04.*
- pyraft=22.04.*
- cuda-python>=11.5,<12.0
- dask>=2021.11.1
- distributed>=2021.11.1
- dask>=2022.02.1
- distributed>=2022.02.1
- dask-cuda=22.04.*
- dask-cudf=22.04.*
- 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.04.*
- pyraft=22.04.*
- cuda-python>=11.5,<12.0
- dask>=2021.11.1
- distributed>=2021.11.1
- dask>=2022.02.1
- distributed>=2022.02.1
- dask-cuda=22.04.*
- dask-cudf=22.04.*
- 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.04.*
- pyraft=22.04.*
- cuda-python>=11.5,<12.0
- dask>=2021.11.1
- distributed>=2021.11.1
- dask>=2022.02.1
- distributed>=2022.02.1
- dask-cuda=22.04.*
- dask-cudf=22.04.*
- 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 @@ -44,8 +44,8 @@ requirements:
- cudf={{ minor_version }}
- dask-cudf {{ minor_version }}
- dask-cuda {{ minor_version }}
- dask>=2021.11.1
- distributed>=2021.11.1
- dask>=2022.02.1
- distributed>=2022.02.1
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
Expand Down

0 comments on commit 2cd7314

Please sign in to comment.