Skip to content

Commit

Permalink
BUG: Add zarr to package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 2, 2024
1 parent 0c6f65c commit 06da33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ requires-python = ">=3.8"
dependencies = [
"numpy",
"dask",
"spatial_image>=0.2.1",
"xarray",
"xarray-datatree>=0.0.5",
"spatial_image>=0.2.1",
"zarr",
]

[project.urls]
Expand All @@ -57,7 +58,6 @@ test = [
"ipfsspec",
"urllib3",
"nbmake",
"zarr",
]

itk = [
Expand Down

0 comments on commit 06da33d

Please sign in to comment.