ultralytics 8.0.148 fix SettingsManager empty YAML bug (#4180)

This commit is contained in:
Glenn Jocher 2023-08-05 16:13:29 +02:00 committed by GitHub
parent a9fb8b239b
commit 038558cfab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 50 additions and 38 deletions

View file

@ -46,7 +46,7 @@ setup(
'mkdocs-material',
'mkdocstrings[python]',
'mkdocs-redirects', # for 301 redirects
'mkdocs-ultralytics-plugin>=0.0.24', # for meta descriptions and images, dates and authors
'mkdocs-ultralytics-plugin>=0.0.25', # for meta descriptions and images, dates and authors
],
'export': [
'coremltools>=6.0,<=6.2',