From 6a8c7a3bebe85d8fef34951e6f09c93fa733b06f Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Thu, 13 Jan 2022 08:15:00 -0600 Subject: [PATCH] Unpin `dask` and `distributed` (#440) Changes to be inline with: https://github.com/rapidsai/cudf/pull/10028 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - AJ Schmidt (https://github.com/ajschmidt8) - https://github.com/jakirkham URL: https://github.com/rapidsai/raft/pull/440 --- ci/gpu/build.sh | 4 ++-- ci/local/old-gpubuild.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 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 83cc6fdaef..77987e65be 100644 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -63,8 +63,8 @@ gpuci_mamba_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvid # 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@2021.11.2" --upgrade --no-deps -pip install "git+https://github.com/dask/dask.git@2021.11.2" --upgrade --no-deps +pip install "git+https://github.com/dask/distributed.git@main" --upgrade --no-deps +pip install "git+https://github.com/dask/dask.git@main" --upgrade --no-deps set +x diff --git a/ci/local/old-gpubuild.sh b/ci/local/old-gpubuild.sh index ce6db28291..5b9df78679 100644 --- a/ci/local/old-gpubuild.sh +++ b/ci/local/old-gpubuild.sh @@ -84,8 +84,8 @@ fi # Install the master version of dask, distributed, and dask-ml set -x -pip install "git+https://github.com/dask/distributed.git@2021.11.2" --upgrade --no-deps -pip install "git+https://github.com/dask/dask.git@2021.11.2" --upgrade --no-deps +pip install "git+https://github.com/dask/distributed.git@main" --upgrade --no-deps +pip install "git+https://github.com/dask/dask.git@main" --upgrade --no-deps set +x diff --git a/conda/environments/raft_dev_cuda11.0.yml b/conda/environments/raft_dev_cuda11.0.yml index 28f06752d1..93134c6367 100644 --- a/conda/environments/raft_dev_cuda11.0.yml +++ b/conda/environments/raft_dev_cuda11.0.yml @@ -21,8 +21,8 @@ dependencies: - pip - pip: - sphinx_markdown_tables - - git+https://github.com/dask/dask.git@2021.11.2 - - git+https://github.com/dask/distributed.git@2021.11.2 + - git+https://github.com/dask/dask.git@main + - git+https://github.com/dask/distributed.git@main # 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 fa3c601e51..ced3aa2ed1 100644 --- a/conda/environments/raft_dev_cuda11.2.yml +++ b/conda/environments/raft_dev_cuda11.2.yml @@ -21,8 +21,8 @@ dependencies: - pip - pip: - sphinx_markdown_tables - - git+https://github.com/dask/dask.git@2021.11.2 - - git+https://github.com/dask/distributed.git@2021.11.2 + - git+https://github.com/dask/dask.git@main + - git+https://github.com/dask/distributed.git@main # 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 4e2c6f2154..54d2680295 100644 --- a/conda/environments/raft_dev_cuda11.4.yml +++ b/conda/environments/raft_dev_cuda11.4.yml @@ -21,8 +21,8 @@ dependencies: - pip - pip: - sphinx_markdown_tables - - git+https://github.com/dask/dask.git@2021.11.2 - - git+https://github.com/dask/distributed.git@2021.11.2 + - git+https://github.com/dask/dask.git@main + - git+https://github.com/dask/distributed.git@main # 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 841431cc0f..152f3a8db5 100644 --- a/conda/environments/raft_dev_cuda11.5.yml +++ b/conda/environments/raft_dev_cuda11.5.yml @@ -21,8 +21,8 @@ dependencies: - pip - pip: - sphinx_markdown_tables - - git+https://github.com/dask/dask.git@2021.11.2 - - git+https://github.com/dask/distributed.git@2021.11.2 + - git+https://github.com/dask/dask.git@main + - git+https://github.com/dask/distributed.git@main # rapids-build-env, notebook-env and doc-env are defined in # https://docs.rapids.ai/maintainers/depmgmt/