Skip to content

Commit

Permalink
(Fix) Upper versions for zarr and skimage deps (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
melisande-c authored Jun 18, 2024
2 parents 07fb84e + ad4ccfb commit 4227a19
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 4227a19

Please sign in to comment.