Skip to content

Commit 90e0054

Browse files
authored
Merge pull request #1779 from kabilar/zarr
Allow for newer versions of `zarr` package
2 parents ccdb659 + 5b1c6a9 commit 90e0054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies = [
8080
# possibly silently incomplete downloads: https://github.com/dandi/dandi-cli/issues/1500
8181
"urllib3 >= 2.0.0",
8282
"yarl ~= 1.9",
83-
"zarr >= 2.10, <= 3.0.8",
83+
"zarr >= 2.10, <= 3.1.5",
8484
"zarr_checksum ~= 0.4.0",
8585
]
8686
dynamic = ["version"]

0 commit comments

Comments
 (0)