Skip to content

Commit

Permalink
Pin dask and distributed for release (rapidsai#1022)
Browse files Browse the repository at this point in the history
This PR pins `dask` and `distributed` to `2022.11.0` for `22.12` release.
xref: rapidsai/cudf#12165

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

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#1022
  • Loading branch information
galipremsagar authored Nov 16, 2022
1 parent e9d0944 commit 464a11b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ unset GIT_DESCRIBE_TAG
export UCX_PY_VERSION='0.29.*'

# Whether to install dask nightly or stable packages.
export INSTALL_DASK_MAIN=1
export INSTALL_DASK_MAIN=0

# Dask version to install when `INSTALL_DASK_MAIN=0`
export DASK_STABLE_VERSION="2022.9.2"
export DASK_STABLE_VERSION="2022.11.0"

################################################################################
# SETUP - Check environment
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/raft_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies:
- clang-tools=11.1.0
- cython>=0.29,<0.30
- cmake>=3.23.1
- dask>=2022.9.2
- distributed>=2022.9.2
- dask==2022.11.0
- distributed==2022.11.0
- scikit-build>=0.13.1
- rapids-build-env=22.12.*
- rapids-notebook-env=22.12.*
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 @@ -15,8 +15,8 @@ dependencies:
- clang-tools=11.1.0
- cython>=0.29,<0.30
- cmake>=3.23.1
- dask>=2022.9.2
- distributed>=2022.9.2
- dask==2022.11.0
- distributed==2022.11.0
- scikit-build>=0.13.1
- rapids-build-env=22.12.*
- rapids-notebook-env=22.12.*
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 @@ -15,8 +15,8 @@ dependencies:
- clang-tools=11.1.0
- cython>=0.29,<0.30
- cmake>=3.23.1
- dask>=2022.9.2
- distributed>=2022.9.2
- dask==2022.11.0
- distributed==2022.11.0
- scikit-build>=0.13.1
- rapids-build-env=22.12.*
- rapids-notebook-env=22.12.*
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/raft-dask/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ requirements:
- ucx >={{ ucx_version }}
- ucx-py {{ ucx_py_version }}
- ucx-proc=*=gpu
- dask>=2022.9.2
- distributed>=2022.9.2
- dask==2022.11.0
- distributed==2022.11.0
- cuda-python >=11.7.1,<12.0
- joblib >=0.11
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
Expand Down

0 comments on commit 464a11b

Please sign in to comment.