Skip to content

Commit

Permalink
Pin max dask & distributed (#388)
Browse files Browse the repository at this point in the history
Changes to be in-line with: rapidsai/cudf#9734

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

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

URL: #388
  • Loading branch information
galipremsagar authored Nov 22, 2021
1 parent 742cd1b commit 8ef8166
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.11.2" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@2021.11.2" --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.11.2" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@2021.11.2" --upgrade --no-deps
set +x


Expand Down

0 comments on commit 8ef8166

Please sign in to comment.