Skip to content

Commit

Permalink
pin dask for release
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed May 25, 2022
1 parent 63529e8 commit 8c799fd
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=1
export INSTALL_DASK_MAIN=0

################################################################################
# SETUP - Check environment
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.03.0
distributed>=2022.03.0
dask==2022.05.1
distributed==2022.05.1
pynvml>=11.0.0
numpy>=1.16.0
numba>=0.54
Expand Down

0 comments on commit 8c799fd

Please sign in to comment.