Use double quotes for pip install options (#4110)
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
This commit is contained in:
parent
c3c27b019a
commit
6852b76611
12 changed files with 14 additions and 19 deletions
2
setup.py
2
setup.py
|
|
@ -46,7 +46,7 @@ setup(
|
|||
'mkdocs-material',
|
||||
'mkdocstrings[python]',
|
||||
'mkdocs-redirects', # for 301 redirects
|
||||
'mkdocs-ultralytics-plugin>=0.0.22', # for meta descriptions and images, dates and authors
|
||||
'mkdocs-ultralytics-plugin>=0.0.24', # for meta descriptions and images, dates and authors
|
||||
],
|
||||
'export': [
|
||||
'coremltools>=6.0,<=6.2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue