Skip to content

Commit

Permalink
Unpin dask & distributed for development (#927)
Browse files Browse the repository at this point in the history
Changes to be in line with: rapidsai/cudf#11058

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

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Peter Andreas Entschev (https://github.com/pentschev)

URL: #927
  • Loading branch information
galipremsagar committed Jun 16, 2022
1 parent 45b7527 commit c89f0db
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
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.05.2"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,5 +1,5 @@
dask==2022.05.2
distributed==2022.05.2
dask>=2022.05.2
distributed>=2022.05.2
pynvml>=11.0.0
numpy>=1.16.0
numba>=0.54

0 comments on commit c89f0db

Please sign in to comment.