From b1d6a21859ae6b6a220b97be87cb9d3a58b6d93c Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Fri, 19 Nov 2021 10:25:22 -0600 Subject: [PATCH 1/2] pin max dask & distributed versions --- 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 86400ece..98417890 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -47,11 +47,11 @@ cupy_version: cython_version: - '>=0.29.17,<0.30' dask_version: - - '>=2021.9.1' + - '>=2021.9.1,<=2021.11.2' datashader_version: - '>=0.11.1,<0.12' distributed_version: - - '>=2021.9.1' + - '>=2021.9.1,<=2021.11.2' dlpack_version: - '>=0.5,<0.6.0a0' double_conversion_version: From 54e556e9fc62f062847da8a63ad84afe376baea8 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Fri, 19 Nov 2021 18:00:00 -0600 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: jakirkham --- 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 98417890..4c8cbe1c 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -47,11 +47,11 @@ cupy_version: cython_version: - '>=0.29.17,<0.30' dask_version: - - '>=2021.9.1,<=2021.11.2' + - '>=2021.11.1,<=2021.11.2' datashader_version: - '>=0.11.1,<0.12' distributed_version: - - '>=2021.9.1,<=2021.11.2' + - '>=2021.11.1,<=2021.11.2' dlpack_version: - '>=0.5,<0.6.0a0' double_conversion_version: