Update `tqdm>=4.64.0` and `thop>=0.1.1` (#8596)

* Update `tqdm>=4.64.0` and `thop>=0.1.1`

* Update requirements.txt
pull/8599/head
Glenn Jocher 2022-07-16 16:14:16 +02:00 committed by GitHub
parent cf28dda366
commit 5c45a4b13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@ opencv-python>=4.1.1
Pillow>=7.1.2
PyYAML>=5.3.1
requests>=2.23.0
scipy>=1.7.3 # Google Colab version
scipy>=1.4.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
tqdm>=4.64.0
protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012
# Logging -------------------------------------
@ -36,7 +36,7 @@ seaborn>=0.11.0
# Extras --------------------------------------
ipython # interactive notebook
psutil # system utilization
thop>=0.1.0 # FLOPs computation
thop>=0.1.1 # FLOPs computation
# albumentations>=1.0.3
# pycocotools>=2.0 # COCO mAP
# roboflow