Skip to content

Commit

Permalink
Pin dask & distributed (#878)
Browse files Browse the repository at this point in the history
Pin changes to be in-line with: rapidsai/cudf#10481

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

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

URL: #878
  • Loading branch information
galipremsagar committed Mar 22, 2022
1 parent a9fc857 commit d2f3df4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
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=1
export INSTALL_DASK_MASTER=0

################################################################################
# SETUP - Check environment
Expand Down
10 changes: 5 additions & 5 deletions conda/recipes/dask-cuda/meta.yaml
Expand Up @@ -27,11 +27,11 @@ requirements:
- setuptools
run:
- python
- dask>=2022.03.0
- distributed>=2022.03.0
- pynvml >=8.0.3
- numpy >=1.16.0
- numba >=0.53.1
- dask==2022.03.0
- distributed==2022.03.0
- pynvml>=8.0.3
- numpy>=1.16.0
- numba>=0.53.1

test:
imports:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
@@ -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

0 comments on commit d2f3df4

Please sign in to comment.