Skip to content

Commit

Permalink
Merge branch 'main' into jd/chore/rename_mean_std
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps authored Jun 18, 2024
2 parents 128418d + 4227a19 commit 5dc1e32
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 5dc1e32

Please sign in to comment.