Update to `ultralytics>=8.1.47` (#12919)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/12920/head
Glenn Jocher 2024-04-14 06:19:07 -07:00 committed by GitHub
parent 77aa0e61af
commit a3ddc1795e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ dependencies = [
"thop>=0.1.1", # FLOPs computation
"pandas>=1.1.4",
"seaborn>=0.11.0", # plotting
"ultralytics>=8.0.232"
"ultralytics>=8.1.47"
]
# Optional dependencies ------------------------------------------------------------------------------------------------