Skip to content

Commit 5f5ccc3

Browse files
Pin max dask & distributed to 2021.11.2 (#1958)
Changes to be in-line with: rapidsai/cudf#9734 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Brad Rees (https://github.com/BradReesWork) - Jordan Jacobelli (https://github.com/Ethyling) URL: #1958
1 parent 5134a38 commit 5f5ccc3

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

conda/environments/cugraph_dev_cuda11.0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies:
1010
- libcudf=21.12.*
1111
- rmm=21.12.*
1212
- librmm=21.12.*
13-
- dask>=2021.09.1
14-
- distributed>=2021.09.1
13+
- dask>=2021.09.1,<=2021.11.2
14+
- distributed>=2021.09.1,<=2021.11.2
1515
- dask-cuda=21.12.*
1616
- dask-cudf=21.12.*
1717
- nccl>=2.9.9

conda/environments/cugraph_dev_cuda11.2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies:
1010
- libcudf=21.12.*
1111
- rmm=21.12.*
1212
- librmm=21.12.*
13-
- dask>=2021.09.1
14-
- distributed>=2021.09.1
13+
- dask>=2021.09.1,<=2021.11.2
14+
- distributed>=2021.09.1,<=2021.11.2
1515
- dask-cuda=21.12.*
1616
- dask-cudf=21.12.*
1717
- nccl>=2.9.9

conda/environments/cugraph_dev_cuda11.4.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies:
1010
- libcudf=21.12.*
1111
- rmm=21.12.*
1212
- librmm=21.12.*
13-
- dask>=2021.09.1
14-
- distributed>=2021.09.1
13+
- dask>=2021.09.1,<=2021.11.2
14+
- distributed>=2021.09.1,<=2021.11.2
1515
- dask-cuda=21.12.*
1616
- dask-cudf=21.12.*
1717
- nccl>=2.9.9

conda/environments/cugraph_dev_cuda11.5.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies:
1010
- libcudf=21.12.*
1111
- rmm=21.12.*
1212
- librmm=21.12.*
13-
- dask>=2021.09.1
14-
- distributed>=2021.09.1
13+
- dask>=2021.09.1,<=2021.11.2
14+
- distributed>=2021.09.1,<=2021.11.2
1515
- dask-cuda=21.12.*
1616
- dask-cudf=21.12.*
1717
- nccl>=2.9.9

conda/recipes/cugraph/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ requirements:
3838
- cudf={{ minor_version }}
3939
- dask-cudf {{ minor_version }}
4040
- dask-cuda {{ minor_version }}
41-
- dask>=2021.09.1
42-
- distributed>=2021.09.1
41+
- dask>=2021.09.1,<=2021.11.2
42+
- distributed>=2021.09.1,<=2021.11.2
4343
- ucx-py 0.23
4444
- ucx-proc=*=gpu
4545
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}

0 commit comments

Comments
 (0)