Skip to content

Commit

Permalink
Update tqdm>=4.64.0 and thop>=0.1.1 (#8596)
Browse files Browse the repository at this point in the history
* Update `tqdm>=4.64.0` and `thop>=0.1.1`

* Update requirements.txt
  • Loading branch information
glenn-jocher authored Jul 16, 2022
1 parent cf28dda commit 5c45a4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 -------------------------------------
Expand All @@ -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

0 comments on commit 5c45a4b

Please sign in to comment.