From cfde3de8e1fc77a122f0d9ed5fe441aed0694cb9 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Tue, 22 Mar 2022 11:58:06 -0400 Subject: [PATCH] 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: