From bb27bf7868468058af4c2dccb62787d1fac8c470 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 17 Jun 2024 02:05:36 +0200 Subject: [PATCH] Update requirements.txt to `ultralytics>=8.2.34` (#13095) Update requirements.txt Signed-off-by: Glenn Jocher --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b7504d99c2c..e496ad8206b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 ---------------------------------------------------------------------