Unverified 提交 1ab23fc6 authored 作者: Junya Morioka's avatar Junya Morioka 提交者: GitHub

Exclude torch==1.12.0, torchvision==0.13.0 (Fix #8395) (#8497)

Exclude torch==1.12.0, torchvision==0.13.0
上级 fdc9d919
...@@ -9,8 +9,8 @@ Pillow>=7.1.2 ...@@ -9,8 +9,8 @@ Pillow>=7.1.2
PyYAML>=5.3.1 PyYAML>=5.3.1
requests>=2.23.0 requests>=2.23.0
scipy>=1.4.1 # Google Colab version scipy>=1.4.1 # Google Colab version
torch>=1.7.0 torch>=1.7.0,!=1.12.0 # https://github.com/ultralytics/yolov5/issues/8395
torchvision>=0.8.1 torchvision>=0.8.1,!=0.13.0 # https://github.com/ultralytics/yolov5/issues/8395
tqdm>=4.41.0 tqdm>=4.41.0
protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012 protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论