Skip to content

Commit

Permalink
Merge pull request #24 from lincbrain/mnt-dep-optional
Browse files Browse the repository at this point in the history
MNT(pyproject): make group of dependencies optional
  • Loading branch information
kabilar authored Nov 21, 2024
2 parents bf7f271 + 0a4c38d commit 6e67976
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 6e67976

Please sign in to comment.