From 60d535a2ed3e6a2f4ea04d72e9900e8b3ad9da49 Mon Sep 17 00:00:00 2001 From: Ilan Gold Date: Thu, 24 Apr 2025 16:16:47 +0200 Subject: [PATCH] (fix): `zarr` bound --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9ff886f1..9ae7e53a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ # array-api-compat 1.5 has https://github.com/scverse/anndata/issues/1410 "array_api_compat>1.4,!=1.5", "legacy-api-wrap", - "zarr >=2.18.7, !=3.0.0, !=3.0.1, !=3.0.2, !=3.0.3", + "zarr >=2.18.7, !=3.0.0, !=3.0.1, !=3.0.2, !=3.0.3, <3.0.7", ] dynamic = [ "version" ]