Skip to content

Commit

Permalink
Pin dask and distributed for release (#922)
Browse files Browse the repository at this point in the history
Pinning to be in line with: rapidsai/cudf#10987

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

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

URL: #922
  • Loading branch information
galipremsagar authored May 27, 2022
1 parent 9830993 commit aec9f14
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 @@ -38,7 +38,7 @@ export NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1
export INSTALL_DASK_MAIN=0

# Dask version to install when `INSTALL_DASK_MAIN=0`
export DASK_STABLE_VERSION="2022.05.1"
export DASK_STABLE_VERSION="2022.05.2"

################################################################################
# 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.05.1
distributed==2022.05.1
dask==2022.05.2
distributed==2022.05.2
pynvml>=11.0.0
numpy>=1.16.0
numba>=0.54
Expand Down

0 comments on commit aec9f14

Please sign in to comment.