Update requirements.txt to `ultralytics>=8.2.34` (#13095)

Update requirements.txt

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/12830/head^2
Glenn Jocher 2024-06-17 02:05:36 +02:00 committed by GitHub
parent dfdfbcf3d7
commit bb27bf7868
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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