From e9acb27a2fdea8045f9973d8b50b283fd74ba5e7 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Wed, 23 Mar 2022 09:02:35 -0500 Subject: [PATCH 1/2] Pin `dask` and `distributed` versions (#2147) Pin changes to be in-line with: https://github.com/rapidsai/cudf/pull/10481/ Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: https://github.com/rapidsai/cugraph/pull/2147 --- conda/environments/cugraph_dev_cuda11.0.yml | 4 ++-- conda/environments/cugraph_dev_cuda11.2.yml | 4 ++-- conda/environments/cugraph_dev_cuda11.4.yml | 4 ++-- conda/environments/cugraph_dev_cuda11.5.yml | 4 ++-- conda/recipes/cugraph/meta.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/conda/environments/cugraph_dev_cuda11.0.yml b/conda/environments/cugraph_dev_cuda11.0.yml index 6b184a3c06e..d596d0c1bb4 100644 --- a/conda/environments/cugraph_dev_cuda11.0.yml +++ b/conda/environments/cugraph_dev_cuda11.0.yml @@ -14,8 +14,8 @@ dependencies: - libraft-headers=22.04.* - pyraft=22.04.* - cuda-python>=11.5,<12.0 -- dask>=2022.02.1 -- distributed>=2022.02.1 +- dask==2022.03.0 +- distributed==2022.03.0 - dask-cuda=22.04.* - dask-cudf=22.04.* - nccl>=2.9.9 diff --git a/conda/environments/cugraph_dev_cuda11.2.yml b/conda/environments/cugraph_dev_cuda11.2.yml index d6859b11eb9..4a15f0fd695 100644 --- a/conda/environments/cugraph_dev_cuda11.2.yml +++ b/conda/environments/cugraph_dev_cuda11.2.yml @@ -14,8 +14,8 @@ dependencies: - libraft-headers=22.04.* - pyraft=22.04.* - cuda-python>=11.5,<12.0 -- dask>=2022.02.1 -- distributed>=2022.02.1 +- dask==2022.03.0 +- distributed==2022.03.0 - dask-cuda=22.04.* - dask-cudf=22.04.* - nccl>=2.9.9 diff --git a/conda/environments/cugraph_dev_cuda11.4.yml b/conda/environments/cugraph_dev_cuda11.4.yml index 5e7a7bc39a7..1b12c9518d0 100644 --- a/conda/environments/cugraph_dev_cuda11.4.yml +++ b/conda/environments/cugraph_dev_cuda11.4.yml @@ -14,8 +14,8 @@ dependencies: - libraft-headers=22.04.* - pyraft=22.04.* - cuda-python>=11.5,<12.0 -- dask>=2022.02.1 -- distributed>=2022.02.1 +- dask==2022.03.0 +- distributed==2022.03.0 - dask-cuda=22.04.* - dask-cudf=22.04.* - nccl>=2.9.9 diff --git a/conda/environments/cugraph_dev_cuda11.5.yml b/conda/environments/cugraph_dev_cuda11.5.yml index 8c8ddcc1c77..47c1bcbc427 100644 --- a/conda/environments/cugraph_dev_cuda11.5.yml +++ b/conda/environments/cugraph_dev_cuda11.5.yml @@ -14,8 +14,8 @@ dependencies: - libraft-headers=22.04.* - pyraft=22.04.* - cuda-python>=11.5,<12.0 -- dask>=2022.02.1 -- distributed>=2022.02.1 +- dask==2022.03.0 +- distributed==2022.03.0 - dask-cuda=22.04.* - dask-cudf=22.04.* - nccl>=2.9.9 diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index 4b14321d8d5..f3ec3d3d575 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -45,8 +45,8 @@ requirements: - cudf={{ minor_version }} - dask-cudf {{ minor_version }} - dask-cuda {{ minor_version }} - - dask>=2022.02.1 - - distributed>=2022.02.1 + - dask==2022.03.0 + - distributed==2022.03.0 - ucx-py {{ ucx_py_version }} - ucx-proc=*=gpu - {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }} From 5c75b5b9957af29b08166e49d192d3374650fd2d Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Wed, 23 Mar 2022 13:35:07 -0400 Subject: [PATCH 2/2] update `ops-bot` config file (#2151) I recently committed a config file to be used by the [rapidsai/ops-bot](https://github.com/rapidsai/ops-bot/) and in hindsight, I should've had the new `external_contributors` functionality set to `false` until we're ready to roll it out everywhere. This PR fixes that. Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: --- .github/ops-bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ops-bot.yaml b/.github/ops-bot.yaml index 408e28843e2..0a52b67955a 100644 --- a/.github/ops-bot.yaml +++ b/.github/ops-bot.yaml @@ -5,4 +5,4 @@ auto_merger: true branch_checker: true label_checker: true release_drafter: true -external_contributors: true +external_contributors: false