mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-07-10 15:54:22 +08:00
fix: pin coremltools to 6.2 (#3852)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
cf3c740fe7
commit
0ce66f5266
3
setup.py
3
setup.py
@ -48,7 +48,8 @@ setup(
|
||||
'mkdocs-redirects', # for 301 redirects
|
||||
'mkdocs-ultralytics-plugin>=0.0.21', # for meta descriptions and images, dates and authors
|
||||
],
|
||||
'export': ['coremltools>=6.0', 'openvino-dev>=2023.0', 'tensorflowjs'], # automatically installs tensorflow
|
||||
'export': ['coremltools>=6.0,<=6.2', 'openvino-dev>=2023.0',
|
||||
'tensorflowjs'], # automatically installs tensorflow
|
||||
},
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
|
Loading…
x
Reference in New Issue
Block a user