Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scipy>=1.8
shapely>=2.0.0
SimpleITK>=2.2.1
sphinx>=5.3.0
tifffile>=2022.10.10
tifffile>=2022.10.10, <=2025.5.10
Copy link

Copilot AI May 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider removing the extra space after the comma to match the formatting of other dependency lines.

Suggested change
tifffile>=2022.10.10, <=2025.5.10
tifffile>=2022.10.10,<=2025.5.10

Copilot uses AI. Check for mistakes.
timm>=1.0.3
torch>=2.1.0
torchvision>=0.15.0
Expand Down
Loading