Skip to content

Commit

Permalink
Pin dask and distributed for release (#2758)
Browse files Browse the repository at this point in the history
This PR pins `dask` and `distributed` to `2022.9.2` for `22.10` release.

xref: rapidsai/cudf#11822

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

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Rick Ratzel (https://github.com/rlratzel)

URL: #2758
  • Loading branch information
galipremsagar authored Oct 3, 2022
1 parent 83f27a1 commit c72c44f
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 @@ -18,8 +18,8 @@ dependencies:
- raft-dask=22.10.*
- pylibraft=22.10.*
- cuda-python>=11.5,<11.7.1
- dask>=2022.7.1
- distributed>=2022.7.1
- dask==2022.9.2
- distributed==2022.9.2
- dask-cuda=22.10.*
- dask-cudf=22.10.*
- 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 @@ -18,8 +18,8 @@ dependencies:
- raft-dask=22.10.*
- pylibraft=22.10.*
- cuda-python>=11.5,<11.7.1
- dask>=2022.7.1
- distributed>=2022.7.1
- dask==2022.9.2
- distributed==2022.9.2
- dask-cuda=22.10.*
- dask-cudf=22.10.*
- 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 @@ -18,8 +18,8 @@ dependencies:
- raft-dask=22.10.*
- pylibraft=22.10.*
- cuda-python>=11.5,<11.7.1
- dask>=2022.7.1
- distributed>=2022.7.1
- dask==2022.9.2
- distributed==2022.9.2
- dask-cuda=22.10.*
- dask-cudf=22.10.*
- 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 @@ -58,8 +58,8 @@ requirements:
- cudf={{ minor_version }}
- dask-cudf {{ minor_version }}
- dask-cuda {{ minor_version }}
- dask>=2022.7.1
- distributed>=2022.7.1
- dask==2022.9.2
- distributed==2022.9.2
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
Expand Down

0 comments on commit c72c44f

Please sign in to comment.