Skip to content

Commit

Permalink
Pin dask & distributed for release (rapidsai#4758)
Browse files Browse the repository at this point in the history
Pinnings to be in line with: rapidsai/cudf#10987

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

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#4758
  • Loading branch information
galipremsagar authored May 28, 2022
1 parent a665228 commit 7c745e7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ if [[ -z "$PROJECT_FLASH" || "$PROJECT_FLASH" == "0" ]]; then

gpuci_logger "Install the main 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.05.2" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@2022.05.2" --upgrade --no-deps
set +x

gpuci_logger "Python pytest for cuml"
Expand Down Expand Up @@ -194,8 +194,8 @@ else
gpuci_logger "Install the main version of dask, distributed, and dask-glm"
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.05.2" --upgrade --no-deps
pip install "git+https://github.com/dask/dask.git@2022.05.2" --upgrade --no-deps
pip install "git+https://github.com/dask/dask-glm@main" --force-reinstall --no-deps
pip install sparse

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cuml_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies:
- pip
- pip:
- sphinx_markdown_tables
- git+https://github.com/dask/dask.git@main
- git+https://github.com/dask/distributed.git@main
- git+https://github.com/dask/dask.git@2022.05.2
- git+https://github.com/dask/distributed.git@2022.05.2
- git+https://github.com/dask/dask-glm@main
- sparse

Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ requirements:
- nccl>=2.9.9
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- dask>=2022.03.0
- distributed>=2022.03.0
- dask==2022.05.2
- distributed==2022.05.2
- joblib >=0.11
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
- cuda-python >=11.5,<12.0
Expand Down

0 comments on commit 7c745e7

Please sign in to comment.