Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Sep 27, 2021
1 parent d19c60d commit 14e0646
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.09.1,<2021.10.0
- distributed>=2021.09.1,<2021.10.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>=2021.09.1,<2021.10.0
distributed>=2021.09.1,<2021.10.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 14e0646

Please sign in to comment.