From 7bf4a7e1bcb12bc88d15bdcbbd484e81106be67c Mon Sep 17 00:00:00 2001 From: Pascal Bourgault Date: Mon, 7 Feb 2022 17:51:06 -0500 Subject: [PATCH] Pin dask and distributed --- CHANGES.rst | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e90898c9..9790e3a9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,7 @@ Changes * Add ``geoseries_to_netcdf`` process, converting a geojson (like a OGC-API request) to a CF-compliant netCDF. * Add ``output_name`` argument to most processes (excepted subsetting and averaging processes), to control the name (or prefix) of the output file. * New dependency ``python-slugify`` to ensure filenames are safe and valid. +* Pinning dask to ``<=2022.1.0`` to avoid a performance issue with ``2022.1.1``. 0.8.0 (2022-01-13) ================== diff --git a/requirements.txt b/requirements.txt index f4292381..be8a9319 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ bottleneck netcdf4 numpy unidecode -dask[complete]>=2.9 +dask[complete]<=2022.1.0 scipy requests sentry-sdk