From c41ffd485ebd99bee646abddddfddf26dae0500f Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Fri, 24 Sep 2021 10:53:04 -0500 Subject: [PATCH] Pin max dask and distributed versions to 2021.09.1 (#1841) Changes to be in-line with: https://github.com/rapidsai/cudf/pull/9286/ Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: https://github.com/rapidsai/cugraph/pull/1841 --- 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/recipes/cugraph/meta.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/conda/environments/cugraph_dev_cuda11.0.yml b/conda/environments/cugraph_dev_cuda11.0.yml index 15c55cb9644..bdcc5cf8065 100644 --- a/conda/environments/cugraph_dev_cuda11.0.yml +++ b/conda/environments/cugraph_dev_cuda11.0.yml @@ -10,8 +10,8 @@ dependencies: - libcudf=21.10.* - rmm=21.10.* - librmm=21.10.* -- dask>=2021.6.0 -- distributed>=2021.6.0 +- dask=2021.09.1 +- distributed=2021.09.1 - dask-cuda=21.10.* - dask-cudf=21.10.* - nccl>=2.9.9 diff --git a/conda/environments/cugraph_dev_cuda11.2.yml b/conda/environments/cugraph_dev_cuda11.2.yml index 62648bda74d..ad787e4c3d7 100644 --- a/conda/environments/cugraph_dev_cuda11.2.yml +++ b/conda/environments/cugraph_dev_cuda11.2.yml @@ -10,8 +10,8 @@ dependencies: - libcudf=21.10.* - rmm=21.10.* - librmm=21.10.* -- dask>=2021.6.0 -- distributed>=2021.6.0 +- dask=2021.09.1 +- distributed=2021.09.1 - dask-cuda=21.10.* - dask-cudf=21.10.* - nccl>=2.9.9 diff --git a/conda/environments/cugraph_dev_cuda11.4.yml b/conda/environments/cugraph_dev_cuda11.4.yml index ef42fe2a70c..9828cc66437 100644 --- a/conda/environments/cugraph_dev_cuda11.4.yml +++ b/conda/environments/cugraph_dev_cuda11.4.yml @@ -10,8 +10,8 @@ dependencies: - libcudf=21.10.* - rmm=21.10.* - librmm=21.10.* -- dask>=2021.6.0 -- distributed>=2021.6.0 +- dask=2021.09.1 +- distributed=2021.09.1 - dask-cuda=21.10.* - dask-cudf=21.10.* - nccl>=2.9.9 diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index a248273a3ee..ed9d6395fcb 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -37,8 +37,8 @@ requirements: - cudf={{ minor_version }} - dask-cudf {{ minor_version }} - dask-cuda {{ minor_version }} - - dask>=2021.6.0 - - distributed>=2021.6.0 + - dask=2021.09.1 + - distributed=2021.09.1 - ucx-py 0.22 - ucx-proc=*=gpu - {{ pin_compatible('cudatoolkit', max_pin='x.x') }}