Skip to content

Commit

Permalink
Exclude torch==1.12.0, torchvision==0.13.0 (Fix ultralytics#8395) (ul…
Browse files Browse the repository at this point in the history
…tralytics#8497)

Exclude torch==1.12.0, torchvision==0.13.0
  • Loading branch information
mjun0812 authored and Shivvrat committed Jul 12, 2022
1 parent a548d82 commit ce250f9
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 @@ -9,8 +9,8 @@ Pillow>=7.1.2
PyYAML>=5.3.1
requests>=2.23.0
scipy>=1.4.1 # Google Colab version
torch>=1.7.0
torchvision>=0.8.1
torch>=1.7.0,!=1.12.0 # https://github.com/ultralytics/yolov5/issues/8395
torchvision>=0.8.1,!=0.13.0 # https://github.com/ultralytics/yolov5/issues/8395
tqdm>=4.41.0
protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012

Expand Down

0 comments on commit ce250f9

Please sign in to comment.