From ee90b6e4fd5921df20c221ef1deb9c2341f3c5a4 Mon Sep 17 00:00:00 2001 From: Tom White Date: Mon, 2 Sep 2024 09:50:52 +0100 Subject: [PATCH] Pin Dask to fix slow main build --- requirements.txt | 4 ++-- setup.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 32559fd85..dcc24d89b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy < 2 xarray -dask[array] >= 2023.01.0 -distributed >= 2023.01.0 +dask[array] >= 2023.01.0, <= 2024.8.0 +distributed >= 2023.01.0, <= 2024.8.0 dask-ml scipy typing-extensions diff --git a/setup.cfg b/setup.cfg index bb520fa62..0c35d2151 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,8 +29,8 @@ python_requires = >=3.9 install_requires = numpy < 2 xarray - dask[array] >= 2022.01.0 - distributed >= 2022.01.0 + dask[array] >= 2022.01.0, <= 2024.8.0 + distributed >= 2022.01.0, <= 2024.8.0 dask-ml scipy zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3