Skip to content

Commit

Permalink
pin max dask & distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Nov 19, 2021
1 parent 7f00ee2 commit 36e8597
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>=2021.09.1
- distributed>=2021.09.1
- dask>=2021.09.1,<=2021.11.2
- distributed>=2021.09.1,<=2021.11.2
- 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>=2021.09.1
distributed>=2021.09.1
dask>=2021.09.1,<=2021.11.2
distributed>=2021.09.1,<=2021.11.2
pynvml>=11.0.0
numpy>=1.16.0
numba>=0.53.1

0 comments on commit 36e8597

Please sign in to comment.