From aec9f14a83e6254badcfb145e767966405299373 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Fri, 27 May 2022 12:45:21 -0500 Subject: [PATCH] Pin `dask` and `distributed` for release (#922) Pinning to be in line with: https://github.com/rapidsai/cudf/pull/10987 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) - AJ Schmidt (https://github.com/ajschmidt8) URL: https://github.com/rapidsai/dask-cuda/pull/922 --- 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 5a2d5111..48396f93 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -38,7 +38,7 @@ export NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1 export INSTALL_DASK_MAIN=0 # Dask version to install when `INSTALL_DASK_MAIN=0` -export DASK_STABLE_VERSION="2022.05.1" +export DASK_STABLE_VERSION="2022.05.2" ################################################################################ # SETUP - Check environment diff --git a/requirements.txt b/requirements.txt index 861a4f89..32325e5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -dask==2022.05.1 -distributed==2022.05.1 +dask==2022.05.2 +distributed==2022.05.2 pynvml>=11.0.0 numpy>=1.16.0 numba>=0.54