Skip to content
Open
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.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PyYAML>=5.3.1
requests>=2.32.2
scipy>=1.4.1
thop>=0.1.1 # FLOPs computation
torch>=1.8.0 # see https://pytorch.org/get-started/locally (recommended)
torch>=2.2.0 # see https://pytorch.org/get-started/locally (recommended)

Choose a reason for hiding this comment

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

⚠️ HIGH: Bumping the minimum torch to >=2.2.0 without also updating the minimum torchvision is likely to produce incompatible installs (pip can resolve an invalid pair) and runtime import/ABI errors. torchvision is tightly coupled to torch versions; please raise the torchvision minimum to a compatible baseline for torch==2.2.x (and consider aligning any other PyTorch-adjacent deps if applicable).

torchvision>=0.9.0
tqdm>=4.66.3
ultralytics>=8.2.64 # https://ultralytics.com
Expand Down
Loading