From 3b461c3d376e422bc68c71e74df7e70a323f87b3 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Sat, 22 Jan 2022 16:54:41 -0800 Subject: [PATCH] pin dask --- ci/gpu/build.sh | 2 +- conda/recipes/dask-cuda/meta.yaml | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 6011aa2b5..4041f2a44 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -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 diff --git a/conda/recipes/dask-cuda/meta.yaml b/conda/recipes/dask-cuda/meta.yaml index fac934482..01258403f 100644 --- a/conda/recipes/dask-cuda/meta.yaml +++ b/conda/recipes/dask-cuda/meta.yaml @@ -27,8 +27,8 @@ requirements: - setuptools run: - python - - dask>=2021.11.1 - - distributed>=2021.11.1 + - dask>=2021.11.1,<=2022.01.0 + - distributed>=2021.11.1,<=2022.01.0 - pynvml >=8.0.3 - numpy >=1.16.0 - numba >=0.53.1 diff --git a/requirements.txt b/requirements.txt index f0d36eac4..ac17bd865 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -dask>=2021.11.1 -distributed>=2021.11.1 +dask>=2021.11.1,<=2022.01.0 +distributed>=2021.11.1,<=2022.01.0 pynvml>=11.0.0 numpy>=1.16.0 numba>=0.53.1