Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ dependencies = [
"requests",
"scipy",
"urllib3>=2.1.0",
"zarr",
# Not imported by the SDK: present so environments can open the API's
# zipped-Zarr grid exports, which are written as format v3. zarr-python
# 2.x cannot read v3 at all.
"zarr>=3",
]

[project.urls]
Expand Down
Loading