File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
backends/apple/coreml/scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
1717red=` tput setaf 1`
1818green=` tput setaf 2`
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments