Junya Morioka
commited on
Exclude torch==1.12.0, torchvision==0.13.0 (Fix #8395) (#8497)
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -9,8 +9,8 @@ Pillow>=7.1.2
|
|
9 |
PyYAML>=5.3.1
|
10 |
requests>=2.23.0
|
11 |
scipy>=1.4.1 # Google Colab version
|
12 |
-
torch>=1.7.0
|
13 |
-
torchvision>=0.8.1
|
14 |
tqdm>=4.41.0
|
15 |
protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012
|
16 |
|
|
|
9 |
PyYAML>=5.3.1
|
10 |
requests>=2.23.0
|
11 |
scipy>=1.4.1 # Google Colab version
|
12 |
+
torch>=1.7.0,!=1.12.0 # https://github.com/ultralytics/yolov5/issues/8395
|
13 |
+
torchvision>=0.8.1,!=0.13.0 # https://github.com/ultralytics/yolov5/issues/8395
|
14 |
tqdm>=4.41.0
|
15 |
protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012
|
16 |
|