From 36e8597e56be9e0e4fe1e08979066ab332a297e1 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Fri, 19 Nov 2021 08:29:21 -0800 Subject: [PATCH] pin max dask & distributed --- 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 38768e4e..91ad7bed 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -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=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 006b78b2..d12fa12c 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.09.1 - - distributed>=2021.09.1 + - dask>=2021.09.1,<=2021.11.2 + - distributed>=2021.09.1,<=2021.11.2 - pynvml >=8.0.3 - numpy >=1.16.0 - numba >=0.53.1 diff --git a/requirements.txt b/requirements.txt index 0e6d9e14..72e58bc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -dask>=2021.09.1 -distributed>=2021.09.1 +dask>=2021.09.1,<=2021.11.2 +distributed>=2021.09.1,<=2021.11.2 pynvml>=11.0.0 numpy>=1.16.0 numba>=0.53.1