Skip to content

Commit a8f7f76

Browse files
Pin dask & distributed for release (#2312)
Pinnings to be inline with: rapidsai/cudf#10965 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #2312
1 parent f55d2e5 commit a8f7f76

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

conda/environments/cugraph_dev_cuda11.2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies:
1414
- libraft-headers=22.06.*
1515
- pyraft=22.06.*
1616
- cuda-python>=11.5,<12.0
17-
- dask>=2022.03.0
18-
- distributed>=2022.03.0
17+
- dask==2022.05.1
18+
- distributed==2022.05.1
1919
- dask-cuda=22.06.*
2020
- dask-cudf=22.06.*
2121
- 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
@@ -14,8 +14,8 @@ dependencies:
1414
- libraft-headers=22.06.*
1515
- pyraft=22.06.*
1616
- cuda-python>=11.5,<12.0
17-
- dask>=2022.03.0
18-
- distributed>=2022.03.0
17+
- dask==2022.05.1
18+
- distributed==2022.05.1
1919
- dask-cuda=22.06.*
2020
- dask-cudf=22.06.*
2121
- 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
@@ -14,8 +14,8 @@ dependencies:
1414
- libraft-headers=22.06.*
1515
- pyraft=22.06.*
1616
- cuda-python>=11.5,<12.0
17-
- dask>=2022.03.0
18-
- distributed>=2022.03.0
17+
- dask==2022.05.1
18+
- distributed==2022.05.1
1919
- dask-cuda=22.06.*
2020
- dask-cudf=22.06.*
2121
- nccl>=2.9.9

conda/recipes/cugraph/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ requirements:
4949
- cudf={{ minor_version }}
5050
- dask-cudf {{ minor_version }}
5151
- dask-cuda {{ minor_version }}
52-
- dask>=2022.03.0
53-
- distributed>=2022.03.0
52+
- dask==2022.05.1
53+
- distributed==2022.05.1
5454
- ucx-py {{ ucx_py_version }}
5555
- ucx-proc=*=gpu
5656
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}

0 commit comments

Comments
 (0)