Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit a10a8cb

Browse files
authored
pin protobuf version for onnx dep issue fix (#163)
1 parent feabcb8 commit a10a8cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
_deps = [
4343
"numpy>=1.0.0",
4444
"onnx>=1.0.0,<=1.10.1",
45+
"protobuf>=3.12.2,<4",
4546
"pyyaml>=5.1.0",
4647
"requests>=2.0.0",
4748
"tqdm>=4.0.0",

0 commit comments

Comments
 (0)