From d19c60dca8eec096de16bfab8a9cba187a27d392 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Fri, 24 Sep 2021 14:55:13 -0700 Subject: [PATCH 1/2] unpin 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 6626629d6..ac6c0f850 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=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 fbd79bf09..10cbe5f1f 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.10.0 + - distributed>=2021.09.1,<2021.10.0 - pynvml >=8.0.3 - numpy >=1.16.0 - numba >=0.53.1 diff --git a/requirements.txt b/requirements.txt index 3121411a1..d9afab806 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -dask==2021.09.1 -distributed==2021.09.1 +dask>=2021.09.1,<2021.10.0 +distributed>=2021.09.1,<2021.10.0 pynvml>=11.0.0 numpy>=1.16.0 numba>=0.53.1 From 14e064687ab016a3306dac119d6e36195fd7135f Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Mon, 27 Sep 2021 08:37:21 -0500 Subject: [PATCH 2/2] Apply suggestions from code review --- conda/recipes/dask-cuda/meta.yaml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/recipes/dask-cuda/meta.yaml b/conda/recipes/dask-cuda/meta.yaml index 10cbe5f1f..006b78b22 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,<2021.10.0 - - distributed>=2021.09.1,<2021.10.0 + - dask>=2021.09.1 + - distributed>=2021.09.1 - pynvml >=8.0.3 - numpy >=1.16.0 - numba >=0.53.1 diff --git a/requirements.txt b/requirements.txt index d9afab806..0e6d9e147 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -dask>=2021.09.1,<2021.10.0 -distributed>=2021.09.1,<2021.10.0 +dask>=2021.09.1 +distributed>=2021.09.1 pynvml>=11.0.0 numpy>=1.16.0 numba>=0.53.1