Skip to content

Commit e30f89c

Browse files
authored
Merge pull request #213 from fastmachinelearning/feature/protobuf-support
Unpin Protobuf Version to Support for newer ONNX versions
2 parents 83db58d + 2db5c5a commit e30f89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install_requires =
4949
importlib-metadata
5050
attrs>=22.2.0
5151
clize>=5.0.1
52-
protobuf==3.20.3
52+
protobuf>=3.20.3
5353
bitstring>=3.1.7
5454
numpy>=1.24.1
5555
onnx>=1.13.0

0 commit comments

Comments
 (0)