vcpkg/ports/onnx/vcpkg.json
Jia Yue Hua 063d942f8d
[onnx,onnx-optimizer] update to 1.15.0,0.3.18 (#35152)
* [onnx] update to 1.15.0

* [onnx] update to 1.15.0

* fix post build

* [onnx-optimizer] update to 0.3.18

* [onnx-optimizer] update to 0.3.18
2023-11-29 01:21:21 -08:00

36 lines
631 B
JSON

{
"name": "onnx",
"version-semver": "1.15.0",
"description": "Open standard for machine learning interoperability",
"homepage": "https://onnx.ai",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"protobuf",
{
"name": "protobuf",
"host": true
},
{
"name": "python3",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"pybind11": {
"description": "Build Python binaries",
"dependencies": [
"pybind11"
]
}
}
}