Update `tqdm>=4.64.0` and `thop>=0.1.1` (#8596)
* Update `tqdm>=4.64.0` and `thop>=0.1.1` * Update requirements.txtpull/8599/head
parent
cf28dda366
commit
5c45a4b13d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue