Skip to content

Commit

Permalink
Setting torch/torchvision versions to avoid FutureWarning, ref. ultra…
Browse files Browse the repository at this point in the history
  • Loading branch information
wombat70 committed Sep 16, 2024
1 parent 57a33bd commit 8f9bf0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Pillow>=10.4.0
PyYAML>=6.0.2
requests>=2.32.3
scipy>=1.14.1
torch>=2.4.1
torchvision>=0.19.1
torch=2.3.1
torchvision=0.18.1
tqdm>=4.66.5
#protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012
pandas>=2.2.2
Expand Down

0 comments on commit 8f9bf0c

Please sign in to comment.