Skip to content

Commit da73b77

Browse files
committed
pin zarr
1 parent aaecbce commit da73b77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
'requests',
3030
's3fs>=2024.2.0', # see environment.yml for pin reason
3131
# pin Zarr to use new FSStore instead of KVStore
32-
'zarr>=2.13.3', # github.com/zarr-developers/zarr-python/issues/1362
32+
# also pin to avoid massive refactoring with zarr>=3
33+
'zarr>=2.13.3,<3', # gh/zarr-developers/zarr-python/issues/1362
3334
# for testing
3435
'moto', # mock S3 tests
3536
'pytest',

0 commit comments

Comments
 (0)