From b27740ca4d23f9c8783c7993e0df98df311d0619 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Thu, 23 Sep 2021 13:02:39 -0500 Subject: [PATCH] Apply suggestions from code review --- conda/recipes/cugraph/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index a5d84b84b80..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,<=2021.09.1 - - distributed>=2021.6.0,<=2021.09.1 + - dask=2021.09.1 + - distributed=2021.09.1 - ucx-py 0.22 - ucx-proc=*=gpu - {{ pin_compatible('cudatoolkit', max_pin='x.x') }}