Skip to content

Commit

Permalink
Upgrade min dask & distributed versions (#872)
Browse files Browse the repository at this point in the history
This PR upgrades minimum versions of `dask` & `distributed`. Upstream changes have been made: rapidsai/cudf#10182

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

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

URL: #872
  • Loading branch information
galipremsagar authored Mar 21, 2022
1 parent 381ff6d commit a9fc857
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>=2021.11.1
- distributed>=2021.11.1
- dask>=2022.03.0
- distributed>=2022.03.0
- 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.11.1
distributed>=2021.11.1
dask>=2022.03.0
distributed>=2022.03.0
pynvml>=11.0.0
numpy>=1.16.0
numba>=0.53.1

0 comments on commit a9fc857

Please sign in to comment.