Skip to content

Commit

Permalink
Pin max dask and distributed versions to 2021.09.1 (#1841)
Browse files Browse the repository at this point in the history
Changes to be in-line with: rapidsai/cudf#9286

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

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

URL: #1841
  • Loading branch information
galipremsagar committed Sep 24, 2021
1 parent cad10a3 commit c41ffd4
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.0.yml
Expand Up @@ -10,8 +10,8 @@ dependencies:
- libcudf=21.10.*
- rmm=21.10.*
- librmm=21.10.*
- dask>=2021.6.0
- distributed>=2021.6.0
- dask=2021.09.1
- distributed=2021.09.1
- dask-cuda=21.10.*
- dask-cudf=21.10.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.2.yml
Expand Up @@ -10,8 +10,8 @@ dependencies:
- libcudf=21.10.*
- rmm=21.10.*
- librmm=21.10.*
- dask>=2021.6.0
- distributed>=2021.6.0
- dask=2021.09.1
- distributed=2021.09.1
- dask-cuda=21.10.*
- dask-cudf=21.10.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.4.yml
Expand Up @@ -10,8 +10,8 @@ dependencies:
- libcudf=21.10.*
- rmm=21.10.*
- librmm=21.10.*
- dask>=2021.6.0
- distributed>=2021.6.0
- dask=2021.09.1
- distributed=2021.09.1
- dask-cuda=21.10.*
- dask-cudf=21.10.*
- nccl>=2.9.9
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cugraph/meta.yaml
Expand Up @@ -37,8 +37,8 @@ requirements:
- cudf={{ minor_version }}
- dask-cudf {{ minor_version }}
- dask-cuda {{ minor_version }}
- dask>=2021.6.0
- distributed>=2021.6.0
- dask=2021.09.1
- distributed=2021.09.1
- ucx-py 0.22
- ucx-proc=*=gpu
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}
Expand Down

0 comments on commit c41ffd4

Please sign in to comment.