Skip to content

Commit

Permalink
Merge pull request #86 from thewtex/zarr-dep
Browse files Browse the repository at this point in the history
BUG: Add zarr to package dependencies
  • Loading branch information
thewtex authored Jul 17, 2024
2 parents 0c6f65c + 06da33d commit 52a441f
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 52a441f

Please sign in to comment.