Skip to content

Commit

Permalink
Pin max dask and distributed versions to 2021.09.1 (#735)
Browse files Browse the repository at this point in the history
Changes to be in-line with: rapidsai/cudf#9286

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

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

URL: #735
  • Loading branch information
galipremsagar authored Sep 23, 2021
1 parent 28ce427 commit 5abd4dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1

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

################################################################################
# SETUP - Check environment
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/dask-cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ requirements:
- setuptools
run:
- python
- dask >=2.22.0
- distributed >=2.22.0
- dask=2021.09.1
- distributed=2021.09.1
- pynvml >=8.0.3
- numpy >=1.16.0
- numba >=0.53.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>=2.22.0
distributed>=2.22.0
dask==2021.09.1
distributed==2021.09.1
pynvml>=11.0.0
numpy>=1.16.0
numba>=0.53.1

0 comments on commit 5abd4dd

Please sign in to comment.