From cfde3de8e1fc77a122f0d9ed5fe441aed0694cb9 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Tue, 22 Mar 2022 11:58:06 -0400 Subject: [PATCH 1/3] Update minimum `dask`/`distributed` versions This PR updates the minimum `dask`/`distributed` versions to align with https://github.com/rapidsai/dask-cuda/pull/872. --- conda/recipes/versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index 33542778..2bd228ca 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -49,11 +49,11 @@ cupy_version: cython_version: - '>=0.29.17,<0.30' dask_version: - - '>=2022.02.1' + - '>=2022.03.0' datashader_version: - '>0.12,<=0.13' distributed_version: - - '>=2022.02.1' + - '>=2022.03.0' dlpack_version: - '>=0.5,<0.6.0a0' double_conversion_version: From e05db8a2754554dce8f7e8dee3c4574d21d8a454 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Tue, 22 Mar 2022 14:30:57 -0400 Subject: [PATCH 2/3] update pins Co-authored-by: GALI PREM SAGAR --- conda/recipes/versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index 2bd228ca..f03ae983 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -49,11 +49,11 @@ cupy_version: cython_version: - '>=0.29.17,<0.30' dask_version: - - '>=2022.03.0' + - '==2022.03.0' datashader_version: - '>0.12,<=0.13' distributed_version: - - '>=2022.03.0' + - '==2022.03.0' dlpack_version: - '>=0.5,<0.6.0a0' double_conversion_version: From 3e1d19e3cd8b7150b62ef110e9ed8780269982dc Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Tue, 22 Mar 2022 14:31:55 -0400 Subject: [PATCH 3/3] fix version pin syntax --- conda/recipes/versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index f03ae983..1ad478e8 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -49,11 +49,11 @@ cupy_version: cython_version: - '>=0.29.17,<0.30' dask_version: - - '==2022.03.0' + - '=2022.03.0' datashader_version: - '>0.12,<=0.13' distributed_version: - - '==2022.03.0' + - '=2022.03.0' dlpack_version: - '>=0.5,<0.6.0a0' double_conversion_version: