Skip to content

Commit 6931f03

Browse files
committed
Ensure we get a recent enough protobuf.
1 parent b620dac commit 6931f03

File tree

2 files changed

+57
-11
lines changed

2 files changed

+57
-11
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ dev = [
7070
apps = [
7171
"onnx==1.18.0; platform_machine != 'armv8l' and platform_machine != 'armv7l'", # for apps/onnx
7272
"onnx==1.17.0; platform_machine == 'armv8l' or platform_machine == 'armv7l'", # for apps/onnx
73+
"protobuf>=7", # onnx 1.18.0 gencode requires protobuf 7.x runtime
7374
"pytest", # unspecified onnx dependency
7475
]
7576
tools = [

0 commit comments

Comments
 (0)