Skip to content

Commit

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

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

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

URL: #686
  • Loading branch information
galipremsagar authored Jul 27, 2021
1 parent 85d86cb commit a0217f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 >=2.22.0,<=2021.07.1
- distributed >=2.22.0,<=2021.07.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>=2.22.0,<=2021.07.1
distributed>=2.22.0,<=2021.07.1
pynvml>=8.0.3
numpy>=1.16.0
numba>=0.53.1

0 comments on commit a0217f4

Please sign in to comment.