Skip to content

Commit

Permalink
Pin max dask and distributed versions to 2021.09.1 (#334)
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)
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: #334
  • Loading branch information
galipremsagar authored Sep 23, 2021
1 parent 90f6b4b commit 2ecb227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ gpuci_mamba_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvid
# Install the master version of dask, distributed, and dask-ml
gpuci_logger "Install the master version of dask and distributed"
set -x
pip install "git+https://github.com/dask/distributed.git@main" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@main" --upgrade --no-deps
pip install "git+https://github.com/dask/distributed.git@2021.09.1" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@2021.09.1" --upgrade --no-deps
set +x


Expand Down
4 changes: 2 additions & 2 deletions ci/local/old-gpubuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ fi

# Install the master version of dask, distributed, and dask-ml
set -x
pip install "git+https://github.com/dask/distributed.git@main" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@main" --upgrade --no-deps
pip install "git+https://github.com/dask/distributed.git@2021.09.1" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@2021.09.1" --upgrade --no-deps
set +x


Expand Down

0 comments on commit 2ecb227

Please sign in to comment.