Skip to content

Commit

Permalink
Merge branch 'main' into mc/feat/data-readers
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps authored Jan 29, 2025
2 parents 79cffe6 + 69b7516 commit f6333e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ updates:
time: "08:00"
ignore:
- dependency-name: "numpy"
- dependency-name: "zarr"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies = [
'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',
'scikit-image<=0.25.1',
'zarr<3.0.0',
'pillow<=11.1.0',
'matplotlib<=3.10.0'
Expand Down

0 comments on commit f6333e6

Please sign in to comment.