From 1e675e77a7d964884277d25f58b323e4da9cb2be Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Wed, 12 Jan 2022 11:49:48 -0800 Subject: [PATCH 1/2] unpin dask and distributed --- 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 54d725a59b9..d05fb7c0ee3 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -39,8 +39,8 @@ requirements: - cudf={{ minor_version }} - dask-cudf {{ minor_version }} - dask-cuda {{ minor_version }} - - dask>=2021.09.1,<=2021.11.2 - - distributed>=2021.09.1,<=2021.11.2 + - dask>=2021.09.1 + - distributed>=2021.09.1 - ucx-py {{ ucx_py_version }} - ucx-proc=*=gpu - {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }} From 81107a41e7b54aeec86f76a1f4bd53faab8dfec0 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Wed, 12 Jan 2022 13:14:23 -0800 Subject: [PATCH 2/2] copyright --- conda/recipes/cugraph/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index d05fb7c0ee3..19ba97bb51a 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2021, NVIDIA CORPORATION. +# Copyright (c) 2018-2022, NVIDIA CORPORATION. # Usage: # conda build -c nvidia -c rapidsai -c conda-forge .