Skip to content

Commit

Permalink
MNT(pyproject): make group of dependencies optional
Browse files Browse the repository at this point in the history
  • Loading branch information
balbasty committed Nov 21, 2024
1 parent bf7f271 commit 0a4c38d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ numpy = "*"
nibabel = "*"
zarr = "^2.0.0"

[tool.poetry.group.df]
optional = true
[tool.poetry.group.df.dependencies]
glymur = "*"

[tool.poetry.group.lsm]
optional = true
[tool.poetry.group.lsm.dependencies]
tifffile = "*"

Expand Down

0 comments on commit 0a4c38d

Please sign in to comment.