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>
single_channel
Kalen Michael 1 year ago committed by GitHub
parent cf3c740fe7
commit 0ce66f5266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,8 @@ setup(
'mkdocs-redirects', # for 301 redirects 'mkdocs-redirects', # for 301 redirects
'mkdocs-ultralytics-plugin>=0.0.21', # for meta descriptions and images, dates and authors '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=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',

Loading…
Cancel
Save