Skip to content

Commit

Permalink
Merge branch 'main' into jd/feat/refac_config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps authored Jan 10, 2025
2 parents 1389f98 + 3a2286e commit e1a6baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ dependencies = [
'torchvision<=0.20.1',
'bioimageio.core==0.7',
'tifffile<=2024.12.12',
'psutil<=6.1',
'psutil<=6.1.1',
'pydantic>=2.5,<2.11',
'pytorch_lightning>=2.2,<=2.4',
'pytorch_lightning>=2.2,<=2.5.0.post0',
'pyyaml<=6.0.2,!=6.0.0',
'typer>=0.12.3,<=0.15.1',
'scikit-image<=0.25.0',
'zarr<3.0.0',
'pillow<=11.0.0',
'pillow<=11.1.0',
]

[project.optional-dependencies]
Expand Down

0 comments on commit e1a6baa

Please sign in to comment.