Skip to content

Commit

Permalink
Exclude torch==1.12.0, torchvision==0.13.0 (Fix #8395) (#8497)
Browse files Browse the repository at this point in the history
Exclude torch==1.12.0, torchvision==0.13.0
  • Loading branch information
mjun0812 authored Jul 6, 2022
1 parent fdc9d91 commit 1ab23fc
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 1ab23fc

Please sign in to comment.