Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Apr 6, 2024
1 parent 7566354 commit 33b5c38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,14 @@ classifiers = [
]
dependencies = [
'albumentations',
'bioimageio.core',
'tifffile',
'pyyaml',
'psutils',
'pydantic>=2.5',
'pytorch_lightning',
'pyyaml',
'scikit-image',
'bioimageio.core',
'zarr',
'pytorch_lightning',
]

[project.optional-dependencies]
Expand Down

0 comments on commit 33b5c38

Please sign in to comment.