From c89f0db367c5cc5380a24c25c0bfa22d77840467 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Thu, 16 Jun 2022 07:45:30 -0500 Subject: [PATCH] Unpin `dask` & `distributed` for development (#927) Changes to be in line with: https://github.com/rapidsai/cudf/pull/11058 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Peter Andreas Entschev (https://github.com/pentschev) URL: https://github.com/rapidsai/dask-cuda/pull/927 --- ci/gpu/build.sh | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 36fae23a..ed736bb7 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -35,7 +35,7 @@ export NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1 # Install dask and distributed from main branch. Usually needed during # development time and disabled before a new dask-cuda release. -export INSTALL_DASK_MAIN=0 +export INSTALL_DASK_MAIN=1 # Dask version to install when `INSTALL_DASK_MAIN=0` export DASK_STABLE_VERSION="2022.05.2" diff --git a/requirements.txt b/requirements.txt index 39a69384..11e2a2ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -dask==2022.05.2 -distributed==2022.05.2 +dask>=2022.05.2 +distributed>=2022.05.2 pynvml>=11.0.0 numpy>=1.16.0 numba>=0.54