mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
fix: 🐞 update zensical dependency to require Python 3.10 or higher (#22830)
This commit is contained in:
parent
415dca9096
commit
5b2fa32d1f
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ dev = [
|
|||
"pytest",
|
||||
"pytest-cov",
|
||||
"coverage[toml]",
|
||||
"zensical>=0.0.9",
|
||||
"zensical>=0.0.9; python_version >= '3.10'",
|
||||
"mkdocs-ultralytics-plugin>=0.2.3", # 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