From 094ba4ce1aac2c398f2cb880ee4488d730004c33 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Thu, 26 May 2022 16:19:04 -0700 Subject: [PATCH] pin dask --- ci/gpu/build.sh | 4 ++-- conda/environments/raft_dev_cuda11.0.yml | 4 ++-- conda/environments/raft_dev_cuda11.2.yml | 4 ++-- conda/environments/raft_dev_cuda11.4.yml | 4 ++-- conda/environments/raft_dev_cuda11.5.yml | 4 ++-- conda/recipes/pyraft/meta.yaml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index ba6bed2fc2..1af52c0ac9 100644 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -73,8 +73,8 @@ fi # Install the master version of dask, distributed, and dask-ml gpuci_logger "Install the master version of dask and distributed" set -x -pip install "git+https://github.com/dask/distributed.git@2022.05.1" --upgrade --no-deps -pip install "git+https://github.com/dask/dask.git@2022.05.1" --upgrade --no-deps +pip install "git+https://github.com/dask/distributed.git@2022.05.2" --upgrade --no-deps +pip install "git+https://github.com/dask/dask.git@2022.05.2" --upgrade --no-deps set +x # Install pre-built conda packages from previous CI step diff --git a/conda/environments/raft_dev_cuda11.0.yml b/conda/environments/raft_dev_cuda11.0.yml index e34a9e0423..67036e380e 100644 --- a/conda/environments/raft_dev_cuda11.0.yml +++ b/conda/environments/raft_dev_cuda11.0.yml @@ -26,8 +26,8 @@ dependencies: - pip: - sphinx_markdown_tables - breathe - - git+https://github.com/dask/dask.git@2022.05.1 - - git+https://github.com/dask/distributed.git@2022.05.1 + - git+https://github.com/dask/dask.git@2022.05.2 + - git+https://github.com/dask/distributed.git@2022.05.2 # rapids-build-env, notebook-env and doc-env are defined in # https://docs.rapids.ai/maintainers/depmgmt/ diff --git a/conda/environments/raft_dev_cuda11.2.yml b/conda/environments/raft_dev_cuda11.2.yml index 7d25499710..46b7c39d3b 100644 --- a/conda/environments/raft_dev_cuda11.2.yml +++ b/conda/environments/raft_dev_cuda11.2.yml @@ -26,8 +26,8 @@ dependencies: - pip: - sphinx_markdown_tables - breathe - - git+https://github.com/dask/dask.git@2022.05.1 - - git+https://github.com/dask/distributed.git@2022.05.1 + - git+https://github.com/dask/dask.git@2022.05.2 + - git+https://github.com/dask/distributed.git@2022.05.2 # rapids-build-env, notebook-env and doc-env are defined in # https://docs.rapids.ai/maintainers/depmgmt/ diff --git a/conda/environments/raft_dev_cuda11.4.yml b/conda/environments/raft_dev_cuda11.4.yml index 12e8cb0ab7..9c121dda3e 100644 --- a/conda/environments/raft_dev_cuda11.4.yml +++ b/conda/environments/raft_dev_cuda11.4.yml @@ -26,8 +26,8 @@ dependencies: - pip: - sphinx_markdown_tables - breathe - - git+https://github.com/dask/dask.git@2022.05.1 - - git+https://github.com/dask/distributed.git@2022.05.1 + - git+https://github.com/dask/dask.git@2022.05.2 + - git+https://github.com/dask/distributed.git@2022.05.2 # rapids-build-env, notebook-env and doc-env are defined in # https://docs.rapids.ai/maintainers/depmgmt/ diff --git a/conda/environments/raft_dev_cuda11.5.yml b/conda/environments/raft_dev_cuda11.5.yml index bc03362e5d..ebc7028c47 100644 --- a/conda/environments/raft_dev_cuda11.5.yml +++ b/conda/environments/raft_dev_cuda11.5.yml @@ -27,8 +27,8 @@ dependencies: - pip: - sphinx_markdown_tables - breathe - - git+https://github.com/dask/dask.git@2022.05.1 - - git+https://github.com/dask/distributed.git@2022.05.1 + - git+https://github.com/dask/dask.git@2022.05.2 + - git+https://github.com/dask/distributed.git@2022.05.2 # rapids-build-env, notebook-env and doc-env are defined in # https://docs.rapids.ai/maintainers/depmgmt/ diff --git a/conda/recipes/pyraft/meta.yaml b/conda/recipes/pyraft/meta.yaml index 27e1153270..86159622d3 100644 --- a/conda/recipes/pyraft/meta.yaml +++ b/conda/recipes/pyraft/meta.yaml @@ -48,8 +48,8 @@ requirements: - ucx >={{ ucx_version }} - ucx-py {{ ucx_py_version }} - ucx-proc=*=gpu - - dask==2022.05.1 - - distributed==2022.05.1 + - dask==2022.05.2 + - distributed==2022.05.2 - cuda-python >=11.5,<12.0 - joblib >=0.11 - {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}