From 24679934a3a473febf737da0424b39f1dbe675fd Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 16 Jul 2022 16:14:16 +0200 Subject: [PATCH] Update `tqdm>=4.64.0` and `thop>=0.1.1` (#8596) * Update `tqdm>=4.64.0` and `thop>=0.1.1` * Update requirements.txt --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f5ae6175b6f1..4550fc771b04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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