Skip to content

Commit c89f762

Browse files
authored
Add more specific version requirements for Zarr in pyproject.toml (#541)
* Update pyproject.toml * Update pyproject.toml
1 parent d2b00a9 commit c89f762

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
@@ -24,7 +24,7 @@ dependencies = [
2424
"numcodecs",
2525
"numpy",
2626
"ujson",
27-
"zarr>3",
27+
"zarr>=3.0.1",
2828
]
2929

3030
[project.optional-dependencies]

0 commit comments

Comments
 (0)