Update `tqdm>=4.64.0` and `thop>=0.1.1` (#8596)
Browse files* Update `tqdm>=4.64.0` and `thop>=0.1.1`
* Update requirements.txt
- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -8,10 +8,10 @@ opencv-python>=4.1.1
|
|
8 |
Pillow>=7.1.2
|
9 |
PyYAML>=5.3.1
|
10 |
requests>=2.23.0
|
11 |
-
scipy>=1.
|
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.
|
15 |
protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012
|
16 |
|
17 |
# Logging -------------------------------------
|
@@ -36,7 +36,7 @@ seaborn>=0.11.0
|
|
36 |
# Extras --------------------------------------
|
37 |
ipython # interactive notebook
|
38 |
psutil # system utilization
|
39 |
-
thop>=0.1.
|
40 |
# albumentations>=1.0.3
|
41 |
# pycocotools>=2.0 # COCO mAP
|
42 |
# roboflow
|
|
|
8 |
Pillow>=7.1.2
|
9 |
PyYAML>=5.3.1
|
10 |
requests>=2.23.0
|
11 |
+
scipy>=1.4.1
|
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.64.0
|
15 |
protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012
|
16 |
|
17 |
# Logging -------------------------------------
|
|
|
36 |
# Extras --------------------------------------
|
37 |
ipython # interactive notebook
|
38 |
psutil # system utilization
|
39 |
+
thop>=0.1.1 # FLOPs computation
|
40 |
# albumentations>=1.0.3
|
41 |
# pycocotools>=2.0 # COCO mAP
|
42 |
# roboflow
|