From 0ce66f52669e5065c2f5e8017c51e6f801aad638 Mon Sep 17 00:00:00 2001 From: Kalen Michael Date: Fri, 21 Jul 2023 01:35:48 +0200 Subject: [PATCH] fix: pin coremltools to 6.2 (#3852) Co-authored-by: Glenn Jocher Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e808aa7..bec6ff9 100644 --- a/setup.py +++ b/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',