Skip to content

Commit

Permalink
Unpin dask & distributed in CI (#742)
Browse files Browse the repository at this point in the history
Changes to be in-line with: rapidsai/cudf#9307

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

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

URL: #742
  • Loading branch information
galipremsagar authored Sep 27, 2021
1 parent af9715c commit 78326ee
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=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=2021.09.1
- distributed=2021.09.1
- 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
distributed==2021.09.1
dask>=2021.09.1
distributed>=2021.09.1
pynvml>=11.0.0
numpy>=1.16.0
numba>=0.53.1

0 comments on commit 78326ee

Please sign in to comment.