Skip to content

Commit

Permalink
fix: use backwards-compatible version of xarray-ome-ngff
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Sep 10, 2024
1 parent 2ff3326 commit 71cb3bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"numpy >=1.20.0, <2",
"xarray >=2022.03.0",
"backoff >=1.10.0, <2",
"xarray-ome-ngff >=2.2.2",
"xarray-ome-ngff >= 3.1.1, <4",
"xarray-multiscale >= 2.1.0, <3",
"tifffile >=2023.2.28",
"click >= 8.1.3, <9",
Expand All @@ -50,6 +50,9 @@ fst = "fibsem_tools.cli.fst:fst"
version.source = "vcs"
build.hooks.vcs.version-file = "src/fibsem_tools/_version.py"

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.envs.test]
dependencies = [
"pytest",
Expand Down

0 comments on commit 71cb3bb

Please sign in to comment.