Skip to content

Commit eb0155e

Browse files
Bump onnx from 1.19.0 to 1.21.0
Bumps [onnx](https://github.com/onnx/onnx) from 1.19.0 to 1.21.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](onnx/onnx@v1.19.0...v1.21.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.21.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 161c468 commit eb0155e

2 files changed

Lines changed: 147 additions & 92 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dev = [
7272
]
7373
apps = [
7474
# for apps/onnx -- matches the vcpkg version
75-
"onnx==1.19.0; platform_machine != 'armv8l' and platform_machine != 'armv7l'",
75+
"onnx==1.21.0; platform_machine != 'armv8l' and platform_machine != 'armv7l'",
7676
# onnx 1.19.0 gencode requires protobuf 7.x runtime
7777
"protobuf>=7; platform_machine != 'armv8l' and platform_machine != 'armv7l'",
7878
# unspecified onnx dependency

0 commit comments

Comments
 (0)