From 1d55de495a8ef6de29855692e75617e434e8e67d Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Tue, 14 Jan 2025 15:16:18 +0100 Subject: [PATCH] Upper bound to zarr version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23bf8b9b..e792fd33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "scipy", "pandas", "h5py", - "zarr>=2.16.0" + "zarr>=2.16.0,<3.0.0" ] docs = [