Skip to content

Commit 01b3f85

Browse files
committed
Update dask/distributed versions to align with cuDF
rapidsai/cudf#8458
1 parent 90378d6 commit 01b3f85

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ci/gpu/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ if [[ -z "$PROJECT_FLASH" || "$PROJECT_FLASH" == "0" ]]; then
122122

123123
gpuci_logger "Install the main version of dask and distributed"
124124
set -x
125-
pip install "git+https://github.com/dask/distributed.git@2021.05.1" --upgrade --no-deps
126-
pip install "git+https://github.com/dask/dask.git@2021.05.1" --upgrade --no-deps
125+
pip install "git+https://github.com/dask/distributed.git@2021.06.0" --upgrade --no-deps
126+
pip install "git+https://github.com/dask/dask.git@2021.06.0" --upgrade --no-deps
127127
set +x
128128

129129
gpuci_logger "Python pytest for cuml"
@@ -195,8 +195,8 @@ else
195195

196196
gpuci_logger "Install the main version of dask and distributed"
197197
set -x
198-
pip install "git+https://github.com/dask/distributed.git@2021.05.1" --upgrade --no-deps
199-
pip install "git+https://github.com/dask/dask.git@2021.05.1" --upgrade --no-deps
198+
pip install "git+https://github.com/dask/distributed.git@2021.06.0" --upgrade --no-deps
199+
pip install "git+https://github.com/dask/dask.git@2021.06.0" --upgrade --no-deps
200200
set +x
201201

202202
gpuci_logger "Building cuml"

conda/environments/cuml_dev_cuda11.0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies:
2626
- pip
2727
- pip:
2828
- sphinx_markdown_tables
29-
- git+https://github.com/dask/dask.git@2021.05.1
30-
- git+https://github.com/dask/distributed.git@2021.05.1
29+
- git+https://github.com/dask/dask.git@2021.06.0
30+
- git+https://github.com/dask/distributed.git@2021.06.0
3131

3232
# rapids-build-env, notebook-env and doc-env are defined in
3333
# https://docs.rapids.ai/maintainers/depmgmt/

conda/environments/cuml_dev_cuda11.2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies:
2626
- pip
2727
- pip:
2828
- sphinx_markdown_tables
29-
- git+https://github.com/dask/dask.git@2021.05.1
30-
- git+https://github.com/dask/distributed.git@2021.05.1
29+
- git+https://github.com/dask/dask.git@2021.06.0
30+
- git+https://github.com/dask/distributed.git@2021.06.0
3131

3232
# rapids-build-env, notebook-env and doc-env are defined in
3333
# https://docs.rapids.ai/maintainers/depmgmt/

0 commit comments

Comments
 (0)