mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Update pyproject.toml to zensical>=0.0.15 (#23052)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Onuralp SEZER <onuralp@ultralytics.com>
This commit is contained in:
parent
ae859fbd8f
commit
432efee9ae
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ dev = [
|
|||
"pytest",
|
||||
"pytest-cov",
|
||||
"coverage[toml]",
|
||||
"zensical>=0.0.9; python_version >= '3.10'",
|
||||
"zensical>=0.0.15; python_version >= '3.10'",
|
||||
"mkdocs-ultralytics-plugin>=0.2.4", # for meta descriptions and images, dates and authors
|
||||
"minijinja>=2.0.0", # render docs macros without mkdocs-macros-plugin
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue