Skip to content

Commit

Permalink
Merge branch 'main' into mc/refac/post_prediction_tiling
Browse files Browse the repository at this point in the history
  • Loading branch information
melisande-c authored Jun 18, 2024
2 parents ed606f2 + 4227a19 commit 3113e8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,16 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
'numpy<2.0.0',
'torch>=2.0.0',
'bioimageio.core>=0.6.0',
'tifffile',
'psutil',
'pydantic>=2.5',
'pytorch_lightning>=2.2.0',
'pyyaml',
'scikit-image',
'zarr',
'scikit-image<=0.23.2',
'zarr<3.0.0',
]

[project.optional-dependencies]
Expand Down

0 comments on commit 3113e8a

Please sign in to comment.