Skip to content

Commit

Permalink
Pin Dask and Distributed <=2021.04.0 (#585)
Browse files Browse the repository at this point in the history
Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #585
  • Loading branch information
pentschev authored Apr 21, 2021
1 parent 01bace0 commit a40e06d
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 @@ -24,8 +24,8 @@ requirements:
- setuptools
run:
- python
- dask >=2.4.0
- distributed >=2.18.0
- dask >=2.22.0,<=2021.4.0
- distributed >=2.22.0,<=2021.4.0
- pynvml >=8.0.3
- numpy >=1.16.0
- numba >=0.50.0,!=0.51.0
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.9.0
distributed>=2.18.0
dask>=2.22.0,<=2021.04.0
distributed>=2.22.0,<=2021.04.0
pynvml>=8.0.3
numpy>=1.16.0
numba>=0.40.1

0 comments on commit a40e06d

Please sign in to comment.