Skip to content

Commit

Permalink
Add zarr as an optional testing extra
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 11, 2024
1 parent ca9ed88 commit 18f9fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ distributed = {version = "^2024.5.0", optional = true, extras = ["testing"]}
cacheout = "^0.16.0"
arcae = "^0.2.4"
typing-extensions = { version = "^4.12.2", python = "<3.11" }
zarr = {version = "^2.18.3", optional = true, extras = ["testing"]}

[tool.poetry.extras]
testing = ["dask", "distributed", "pytest"]
Expand Down

0 comments on commit 18f9fb5

Please sign in to comment.