From c7648475b37600676ce204637931af4ec3ff1c0b Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Tue, 1 Feb 2022 09:22:14 -0800 Subject: [PATCH] unpin max dask and 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 4041f2a44..6011aa2b5 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=0 +export INSTALL_DASK_MASTER=1 ################################################################################ # SETUP - Check environment diff --git a/conda/recipes/dask-cuda/meta.yaml b/conda/recipes/dask-cuda/meta.yaml index 01258403f..fac934482 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,<=2022.01.0 - - distributed>=2021.11.1,<=2022.01.0 + - dask>=2021.11.1 + - distributed>=2021.11.1 - pynvml >=8.0.3 - numpy >=1.16.0 - numba >=0.53.1 diff --git a/requirements.txt b/requirements.txt index ac17bd865..f0d36eac4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -dask>=2021.11.1,<=2022.01.0 -distributed>=2021.11.1,<=2022.01.0 +dask>=2021.11.1 +distributed>=2021.11.1 pynvml>=11.0.0 numpy>=1.16.0 numba>=0.53.1