Skip to content

Commit

Permalink
Unpin dask & distributed for development (#892)
Browse files Browse the repository at this point in the history
Changes to be in-line with: rapidsai/cudf#10623

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

Approvers:
  - Sevag Hanssian (https://github.com/sevagh)
  - https://github.com/jakirkham
  - Peter Andreas Entschev (https://github.com/pentschev)

URL: #892
  • Loading branch information
galipremsagar authored Apr 8, 2022
1 parent 61d2f3a commit 952e130
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 @@ -34,7 +34,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=0
export INSTALL_DASK_MASTER=1

################################################################################
# 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==2022.03.0
- distributed==2022.03.0
- dask>=2022.03.0
- distributed>=2022.03.0
- pynvml>=11.0.0
- 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==2022.03.0
distributed==2022.03.0
dask>=2022.03.0
distributed>=2022.03.0
pynvml>=11.0.0
numpy>=1.16.0
numba>=0.53.1
Expand Down

0 comments on commit 952e130

Please sign in to comment.