Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai authored Nov 25, 2024
1 parent 7292261 commit a97d919
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cyclopts = "^2.0.0"
numpy = "*"
nibabel = "*"
zarr = "^2.0.0"
wkw = "*"


[tool.poetry.group.df]
optional = true
Expand All @@ -46,6 +46,11 @@ optional = true
h5py = "*"
scipy = "*"

[tool.poetry.group.wk]
optional = true
[tool.poetry.group.wk.dependencies]
wkw = "*"

[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit a97d919

Please sign in to comment.