From 4c21ca64185cc253ac896ee13c623afd168d7bc3 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 12 Aug 2024 10:12:20 +0100 Subject: [PATCH] Pin dask to avoid 2024.8.0 - problems with masked fill/missing values (#2504) --- environment.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 6ccab6b155..78d688235b 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,7 @@ dependencies: - cartopy - cf-units - cftime - - dask + - dask !=2024.8.0 # github.com/ESMValGroup/ESMValCore/issues/2503 - dask-jobqueue - distributed - esgf-pyclient >=0.3.1 diff --git a/setup.py b/setup.py index 1964fad345..d2b97af5c9 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ 'install': [ 'cartopy', 'cf-units', - 'dask[array,distributed]', + 'dask[array,distributed]!=2024.8.0', # ESMValCore/issues/2503 'dask-jobqueue', 'esgf-pyclient>=0.3.1', 'esmf-regrid>=0.10.0', # iris-esmf-regrid #342