We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9fcaa commit f954ec7Copy full SHA for f954ec7
backends/apple/coreml/scripts/install_requirements.sh
@@ -12,7 +12,7 @@ SCRIPT_DIR_PATH="$(
12
13
# TODO(jathu): remove the need to fetch coremltools to build deps for coreml_executor_runner.
14
# Keep this version in sync with: pyproject.toml
15
-COREMLTOOLS_VERSION="8.1"
+COREMLTOOLS_VERSION="8.2"
16
17
red=`tput setaf 1`
18
green=`tput setaf 2`
pyproject.toml
@@ -68,7 +68,7 @@ dependencies=[
68
"tabulate",
69
"typing-extensions",
70
# Keep this version in sync with: ./backends/apple/coreml/scripts/install_requirements.sh
71
- "coremltools==8.1; platform_system == 'Darwin'",
+ "coremltools==8.2; platform_system == 'Darwin'",
72
]
73
74
[project.urls]
0 commit comments