From 155fbb76d836f0aa482127ebe321ad116f72ecb4 Mon Sep 17 00:00:00 2001 From: Tom White Date: Mon, 24 Jun 2024 12:23:23 +0100 Subject: [PATCH] Pin to Zarr < 3 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cc3528c7f..32559fd85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ dask-ml scipy typing-extensions numba -zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2 +zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3 fsspec != 2021.6.* scikit-learn pandas diff --git a/setup.cfg b/setup.cfg index ccf032952..bb520fa62 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ install_requires = distributed >= 2022.01.0 dask-ml scipy - zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2 + zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3 numba typing-extensions fsspec != 2021.6.*