Skip to content

Commit

Permalink
Unpin dask and distributed for development (#2772)
Browse files Browse the repository at this point in the history
This PR relaxes the pinnings of `dask` and `distributed` for `22.12` development.


xref: rapidsai/cudf#11859

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

Approvers:
  - Joseph (https://github.com/jolorunyomi)
  - Rick Ratzel (https://github.com/rlratzel)

URL: #2772
  • Loading branch information
galipremsagar authored Oct 13, 2022
1 parent 84a5ed3 commit 05421d1
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 @@ -17,10 +17,10 @@ dependencies:
- raft-dask=22.12.*
- pylibraft=22.12.*
- cuda-python>=11.5,<11.7.1
- dask==2022.9.2
- distributed==2022.9.2
- dask-cuda=22.12.*
- dask-cudf=22.12.*
- dask>=2022.9.2
- distributed>=2022.9.2
- nccl>=2.9.9
- ucx-py=0.29.*
- ucx-proc=*=gpu
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 @@ -17,10 +17,10 @@ dependencies:
- raft-dask=22.12.*
- pylibraft=22.12.*
- cuda-python>=11.5,<11.7.1
- dask==2022.9.2
- distributed==2022.9.2
- dask-cuda=22.12.*
- dask-cudf=22.12.*
- dask>=2022.9.2
- distributed>=2022.9.2
- nccl>=2.9.9
- ucx-py=0.29.*
- ucx-proc=*=gpu
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 @@ -17,10 +17,10 @@ dependencies:
- raft-dask=22.12.*
- pylibraft=22.12.*
- cuda-python>=11.5,<11.7.1
- dask==2022.9.2
- distributed==2022.9.2
- dask-cuda=22.12.*
- dask-cudf=22.12.*
- dask>=2022.9.2
- distributed>=2022.9.2
- nccl>=2.9.9
- ucx-py=0.29.*
- ucx-proc=*=gpu
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.9.2
- distributed==2022.9.2
- 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 05421d1

Please sign in to comment.