From 8dbbbf048f85ff34ef1a9a531918ea6033f2283d Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Thu, 10 Feb 2022 11:37:25 -0600 Subject: [PATCH] Unpin max `dask` and `distributed` versions (#4546) Changed to be in-line with: https://github.com/rapidsai/cudf/pull/10182 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Dante Gama Dessavre (https://github.com/dantegd) URL: https://github.com/rapidsai/cuml/pull/4546 --- ci/gpu/build.sh | 8 ++++---- conda/environments/cuml_dev_cuda11.0.yml | 4 ++-- conda/environments/cuml_dev_cuda11.2.yml | 4 ++-- conda/environments/cuml_dev_cuda11.4.yml | 4 ++-- conda/environments/cuml_dev_cuda11.5.yml | 4 ++-- conda/recipes/cuml/meta.yaml | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 85bd29c631..683a48c5ff 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -123,8 +123,8 @@ if [[ -z "$PROJECT_FLASH" || "$PROJECT_FLASH" == "0" ]]; then gpuci_logger "Install the main version of dask and distributed" set -x - pip install "git+https://github.com/dask/distributed.git@2022.01.0" --upgrade --no-deps - pip install "git+https://github.com/dask/dask.git@2022.01.0" --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 gpuci_logger "Python pytest for cuml" @@ -215,8 +215,8 @@ else gpuci_logger "Install the main version of dask and distributed" set -x - pip install "git+https://github.com/dask/distributed.git@2022.01.0" --upgrade --no-deps - pip install "git+https://github.com/dask/dask.git@2022.01.0" --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 gpuci_logger "Python pytest for cuml" diff --git a/conda/environments/cuml_dev_cuda11.0.yml b/conda/environments/cuml_dev_cuda11.0.yml index f3f42ccc34..071df699a2 100644 --- a/conda/environments/cuml_dev_cuda11.0.yml +++ b/conda/environments/cuml_dev_cuda11.0.yml @@ -31,8 +31,8 @@ dependencies: - pip - pip: - sphinx_markdown_tables - - git+https://github.com/dask/dask.git@2022.01.0 - - git+https://github.com/dask/distributed.git@2022.01.0 + - 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/cuml_dev_cuda11.2.yml b/conda/environments/cuml_dev_cuda11.2.yml index 20dbd2eccf..6e804633d2 100644 --- a/conda/environments/cuml_dev_cuda11.2.yml +++ b/conda/environments/cuml_dev_cuda11.2.yml @@ -31,8 +31,8 @@ dependencies: - pip - pip: - sphinx_markdown_tables - - git+https://github.com/dask/dask.git@2022.01.0 - - git+https://github.com/dask/distributed.git@2022.01.0 + - 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/cuml_dev_cuda11.4.yml b/conda/environments/cuml_dev_cuda11.4.yml index 87c2180664..c3414f87ee 100644 --- a/conda/environments/cuml_dev_cuda11.4.yml +++ b/conda/environments/cuml_dev_cuda11.4.yml @@ -31,8 +31,8 @@ dependencies: - pip - pip: - sphinx_markdown_tables - - git+https://github.com/dask/dask.git@2022.01.0 - - git+https://github.com/dask/distributed.git@2022.01.0 + - 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/cuml_dev_cuda11.5.yml b/conda/environments/cuml_dev_cuda11.5.yml index 9630ce02b6..9e034d5db7 100644 --- a/conda/environments/cuml_dev_cuda11.5.yml +++ b/conda/environments/cuml_dev_cuda11.5.yml @@ -31,8 +31,8 @@ dependencies: - pip - pip: - sphinx_markdown_tables - - git+https://github.com/dask/dask.git@2022.01.0 - - git+https://github.com/dask/distributed.git@2022.01.0 + - 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/recipes/cuml/meta.yaml b/conda/recipes/cuml/meta.yaml index 5cc4f58faf..49fe19e6a6 100644 --- a/conda/recipes/cuml/meta.yaml +++ b/conda/recipes/cuml/meta.yaml @@ -49,8 +49,8 @@ requirements: - nccl>=2.9.9 - ucx-py {{ ucx_py_version }} - ucx-proc=*=gpu - - dask>=2021.11.1,<=2022.01.0 - - distributed>=2021.11.1,<=2022.01.0 + - dask>=2021.11.1 + - distributed>=2021.11.1 - joblib >=0.11 - {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }} - cuda-python >=11.5,<12.0