Skip to content

Commit 48d759b

Browse files
authored
Merge pull request #314 from alejoe91/fix-zarr-3.0
Upper bound to zarr version
2 parents e39afea + 1d55de4 commit 48d759b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test = [
4747
"scipy",
4848
"pandas",
4949
"h5py",
50-
"zarr>=2.16.0"
50+
"zarr>=2.16.0,<3.0.0"
5151
]
5252

5353
docs = [

0 commit comments

Comments
 (0)