Skip to content

Commit 14b0ae4

Browse files
committed
Update coremltools
1 parent 3db27cd commit 14b0ae4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/apple/coreml/scripts/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SCRIPT_DIR_PATH="$(
1212

1313
# TODO(jathu): remove the need to fetch coremltools to build deps for coreml_executor_runner.
1414
# Keep this version in sync with: pyproject.toml
15-
COREMLTOOLS_VERSION="8.3"
15+
COREMLTOOLS_VERSION="9.0b1"
1616

1717
red=`tput setaf 1`
1818
green=`tput setaf 2`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies=[
7070
# See also third-party/TARGETS for buck's typing-extensions version.
7171
"typing-extensions>=4.10.0",
7272
# Keep this version in sync with: ./backends/apple/coreml/scripts/install_requirements.sh
73-
"coremltools==8.3; platform_system == 'Darwin' or platform_system == 'Linux'",
73+
"coremltools==9.0b1; platform_system == 'Darwin' or platform_system == 'Linux'",
7474
# scikit-learn is used to support palettization in the coreml backend
7575
"scikit-learn==1.7.1",
7676
"hydra-core>=1.3.0",

0 commit comments

Comments
 (0)