Skip to content

Commit

Permalink
pin dask (#455)
Browse files Browse the repository at this point in the history
Co-authored-by: Corey J. Nolet <[email protected]>
  • Loading branch information
galipremsagar and cjnolet authored Jan 24, 2022
1 parent 99b6dd3 commit a13168f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,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@2022.01.0" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@2022.01.0" --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 @@ -84,8 +84,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@2022.01.0" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@2022.01.0" --upgrade --no-deps
set +x


Expand Down
4 changes: 2 additions & 2 deletions conda/environments/raft_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies:
- pip:
- sphinx_markdown_tables
- breathe
- git+https://github.com/dask/dask.git@main
- git+https://github.com/dask/distributed.git@main
- git+https://github.com/dask/dask.git@2022.01.0
- git+https://github.com/dask/distributed.git@2022.01.0

# rapids-build-env, notebook-env and doc-env are defined in
# https://docs.rapids.ai/maintainers/depmgmt/
Expand Down
6 changes: 3 additions & 3 deletions conda/environments/raft_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dependencies:
- pip:
- sphinx_markdown_tables
- breathe
- git+https://github.com/dask/dask.git@main
- git+https://github.com/dask/distributed.git@main

- git+https://github.com/dask/dask.git@2022.01.0
- git+https://github.com/dask/distributed.git@2022.01.0
# rapids-build-env, notebook-env and doc-env are defined in
# https://docs.rapids.ai/maintainers/depmgmt/

Expand Down
4 changes: 2 additions & 2 deletions conda/environments/raft_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies:
- pip:
- sphinx_markdown_tables
- breathe
- git+https://github.com/dask/dask.git@main
- git+https://github.com/dask/distributed.git@main
- git+https://github.com/dask/dask.git@2022.01.0
- git+https://github.com/dask/distributed.git@2022.01.0

# rapids-build-env, notebook-env and doc-env are defined in
# https://docs.rapids.ai/maintainers/depmgmt/
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/raft_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies:
- pip:
- sphinx_markdown_tables
- breathe
- git+https://github.com/dask/dask.git@main
- git+https://github.com/dask/distributed.git@main
- git+https://github.com/dask/dask.git@2022.01.0
- git+https://github.com/dask/distributed.git@2022.01.0

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

0 comments on commit a13168f

Please sign in to comment.