From 0f792bd9d7bfb2c67165525dffd9852c06c13982 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Tue, 22 Mar 2022 13:45:33 -0700 Subject: [PATCH] pin dask --- ci/gpu/build.sh | 2 +- conda/recipes/dask-cuda/meta.yaml | 10 +++++----- requirements.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 6011aa2b5..4041f2a44 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=1 +export INSTALL_DASK_MASTER=0 ################################################################################ # SETUP - Check environment diff --git a/conda/recipes/dask-cuda/meta.yaml b/conda/recipes/dask-cuda/meta.yaml index 621e0f097..e94151f92 100644 --- a/conda/recipes/dask-cuda/meta.yaml +++ b/conda/recipes/dask-cuda/meta.yaml @@ -27,11 +27,11 @@ requirements: - setuptools run: - python - - dask>=2022.03.0 - - distributed>=2022.03.0 - - pynvml >=8.0.3 - - numpy >=1.16.0 - - numba >=0.53.1 + - dask==2022.03.0 + - distributed==2022.03.0 + - pynvml>=8.0.3 + - numpy>=1.16.0 + - numba>=0.53.1 test: imports: diff --git a/requirements.txt b/requirements.txt index ff9c91404..551877e17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -dask>=2022.03.0 -distributed>=2022.03.0 +dask==2022.03.0 +distributed==2022.03.0 pynvml>=11.0.0 numpy>=1.16.0 numba>=0.53.1