Skip to content

Commit abe1cb6

Browse files
authored
Merge pull request #937 from e-koch/pin_zarr2
Pin zarr<3 until support for structured dtypes is provided
2 parents 410189f + 774d8d3 commit abe1cb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ test =
3030
regions>=0.7
3131
numpy>=1.24.0
3232
astropy>=5.2.1
33+
zarr<3.0.0 # Unpin if updated. See issue #936
3334
docs =
3435
sphinx-astropy
3536
matplotlib
3637
noviz =
37-
zarr
38+
zarr<3.0.0 # Unpin if updated. See issue #936
3839
fsspec
3940
distributed
4041
pvextractor

0 commit comments

Comments
 (0)