From 603db6aafbc997707b51cf19d8eeb450026ec87e Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Mon, 8 Aug 2022 13:50:50 -0500 Subject: [PATCH] Unpin `dask` and `distributed` for development (#971) This PR unpins `dask` & `distributed` for `22.10` development. xref: https://github.com/rapidsai/cudf/pull/11492 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/dask-cuda/pull/971 --- 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 ceecdee17..36816e3a2 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.7.1" diff --git a/requirements.txt b/requirements.txt index a384bfc2d..1d5c6d0ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -dask==2022.7.1 -distributed==2022.7.1 +dask>=2022.7.1 +distributed>=2022.7.1 pynvml>=11.0.0 numpy>=1.16.0 numba>=0.54