From 69193d15de9aad4cf8892162e3e02b1e36477cef Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 12 Aug 2024 15:31:34 +0100 Subject: [PATCH 1/2] pin dask --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index d5c9b83..a4bdf3b 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ channels: dependencies: - python >=3.9 - - dask + - dask !=2024.8.0 # github.com/dask/dask/issues/11296 - fsspec - h5netcdf - h5py # needed by Kerchunk From 5d2725696e8ba0bf38b36c89180021e81a8b5b30 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 12 Aug 2024 15:31:40 +0100 Subject: [PATCH 2/2] pin dask --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2298e70..a4949fa 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ # Installation dependencies # Use with pip install . to install from source 'install': [ - 'dask', + 'dask!=2024.8.0', # github.com/dask/dask/issues/11296 'fsspec', 'h5netcdf', 'h5py', # needed by Kerchunk