We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054b15d commit 500780dCopy full SHA for 500780d
pyproject.toml
@@ -74,7 +74,7 @@ dependencies=[
74
# See also third-party/TARGETS for buck's typing-extensions version.
75
"typing-extensions>=4.10.0",
76
# Keep this version in sync with: ./backends/apple/coreml/scripts/install_requirements.sh
77
- "coremltools==9.0b1; platform_system == 'Darwin' or platform_system == 'Linux'",
+ "coremltools==9.0; platform_system == 'Darwin' or platform_system == 'Linux'",
78
# scikit-learn is used to support palettization in the coreml backend
79
"scikit-learn==1.7.1",
80
"hydra-core>=1.3.0",
0 commit comments