Update requirements.txt to `ultralytics>=8.0.147` (#11936)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/11935/head^2
Glenn Jocher 2023-08-03 01:52:44 +02:00 committed by GitHub
parent f9f023ab4a
commit 0897415376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ thop>=0.1.1 # FLOPs computation
torch>=1.7.0 # see https://pytorch.org/get-started/locally (recommended)
torchvision>=0.8.1
tqdm>=4.64.0
ultralytics>=8.0.146
ultralytics>=8.0.147
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
# Logging ---------------------------------------------------------------------