Skip to content

Commit

Permalink
Unpin dask and distributed for development (#971)
Browse files Browse the repository at this point in the history
This PR unpins `dask` & `distributed` for `22.10` development.

xref: rapidsai/cudf#11492

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

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

URL: #971
  • Loading branch information
galipremsagar authored Aug 8, 2022
1 parent 7abc6a1 commit 603db6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1

# Install dask and distributed from main branch. Usually needed during
# development time and disabled before a new dask-cuda release.
export INSTALL_DASK_MAIN=0
export INSTALL_DASK_MAIN=1

# Dask version to install when `INSTALL_DASK_MAIN=0`
export DASK_STABLE_VERSION="2022.7.1"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dask==2022.7.1
distributed==2022.7.1
dask>=2022.7.1
distributed>=2022.7.1
pynvml>=11.0.0
numpy>=1.16.0
numba>=0.54

0 comments on commit 603db6a

Please sign in to comment.