[annotations]
"aipcc.component" = "Accelerator Enablement"

[changelog]
"1.19.1" = ["2025-11-24: initial commit to build onnx from source"]
"1.20.0" = ["2025-12-02: update to onnx 1.20.0, port forward patches from 1.19.1", "2025-12-18: Added a package_plugin and remove patch 0002"]
"1.22.0" = ["2026-06-15: Support sbom.cdx.json-based dependency resolution for protobuf/abseil"]

[env]
CMAKE_ARGS = "-DCMAKE_PREFIX_PATH=${VIRTUAL_ENV}/share/cmake;${VIRTUAL_ENV}/lib/python${PYTHON_VERSION}/site-packages/nanobind/cmake"

[project_override]
update_build_requires = ["pybind11[global]", "nanobind"]
