Skip to content

Commit

Permalink
Pin dask & distributed for release (rapidsai#2478)
Browse files Browse the repository at this point in the history
This PR pins `dask` & `distributed` to `2022.7.1` for `22.08` release.

xref: rapidsai/cudf#11433

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

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

URL: rapidsai#2478
  • Loading branch information
galipremsagar authored Aug 2, 2022
1 parent 4372f31 commit 5c7303c
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 @@ -16,8 +16,8 @@ dependencies:
- libraft-headers=22.08.*
- pyraft=22.08.*
- cuda-python>=11.5,<11.7.1
- dask>=2022.05.2
- distributed>=2022.05.2
- dask==2022.7.1
- distributed==2022.7.1
- dask-cuda=22.08.*
- dask-cudf=22.08.*
- 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 @@ -16,8 +16,8 @@ dependencies:
- libraft-headers=22.08.*
- pyraft=22.08.*
- cuda-python>=11.5,<11.7.1
- dask>=2022.05.2
- distributed>=2022.05.2
- dask==2022.7.1
- distributed==2022.7.1
- dask-cuda=22.08.*
- dask-cudf=22.08.*
- 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 @@ -16,8 +16,8 @@ dependencies:
- libraft-headers=22.08.*
- pyraft=22.08.*
- cuda-python>=11.5,<11.7.1
- dask>=2022.05.2
- distributed>=2022.05.2
- dask==2022.7.1
- distributed==2022.7.1
- dask-cuda=22.08.*
- dask-cudf=22.08.*
- 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 @@ -51,8 +51,8 @@ requirements:
- cudf={{ minor_version }}
- dask-cudf {{ minor_version }}
- dask-cuda {{ minor_version }}
- dask>=2022.05.2
- distributed>=2022.05.2
- dask==2022.7.1
- distributed==2022.7.1
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
Expand Down

0 comments on commit 5c7303c

Please sign in to comment.