Skip to content

Commit d7350c9

Browse files
committed
(fix): must update zarr min version
1 parent 5b737be commit d7350c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
# array-api-compat 1.5 has https://github.com/scverse/anndata/issues/1410
4848
"array_api_compat>1.4,!=1.5",
4949
"legacy-api-wrap",
50-
"zarr >=2.15.0, !=3.0.0, !=3.0.1, !=3.0.2, !=3.0.3",
50+
"zarr >=2.18.7, !=3.0.0, !=3.0.1, !=3.0.2, !=3.0.3",
5151
]
5252
dynamic = [ "version" ]
5353

0 commit comments

Comments
 (0)