Skip to content

Commit

Permalink
Unpin dask and distributed for development (#1068)
Browse files Browse the repository at this point in the history
This PR unpins `dask` and `distributed` to `2022.12.0+` for `23.02` development.

xref: rapidsai/cudf#12302

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

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

URL: #1068
  • Loading branch information
galipremsagar authored Dec 14, 2022
1 parent 057fb37 commit 6d83c91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export UCX_PY_VERSION='0.30.*'
export INSTALL_DASK_MAIN=1

# Dask version to install when `INSTALL_DASK_MAIN=0`
export DASK_STABLE_VERSION="2022.11.1"
export DASK_STABLE_VERSION="2022.12.0"

################################################################################
# SETUP - Check environment
Expand Down
6 changes: 3 additions & 3 deletions python/raft-dask/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"numpy",
"numba>=0.49",
"joblib>=0.11",
"dask-cuda==22.12",
"dask==2022.11.1",
"dask-cuda>=23.02",
"dask>=2022.12.0",
f"ucx-py{cuda_suffix}",
"distributed==2022.11.1",
"distributed>=2022.12.0",
f"pylibraft{cuda_suffix}",
]

Expand Down

0 comments on commit 6d83c91

Please sign in to comment.