Skip to content

Commit c7e1f71

Browse files
committed
Update protobuf version
Signed-off-by: Tristan Lippold <tristan.lippold@metamorphosis.tech>
1 parent 4fed7de commit c7e1f71

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

setup.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,16 @@ def run(self):
8282
author='ONNX',
8383
author_email='onnx-technical-discuss@lists.lfaidata.foundation',
8484
url='https://github.com/onnx/tensorflow-onnx',
85-
install_requires=['numpy>=1.14.1', 'onnx>=1.4.1', 'requests', 'six', 'flatbuffers>=1.12', 'protobuf~=3.20'],
85+
install_requires=[
86+
'numpy>=1.14.1',
87+
'onnx>=1.4.1',
88+
'requests',
89+
'six',
90+
'flatbuffers>=1.12',
91+
'protobuf>=4.25.8,<5.26.0rc1',
92+
'protobuf>=5.29.5,<6.30.0rc1',
93+
'protobuf>=6.31.1'
94+
],
8695
classifiers=[
8796
'Development Status :: 5 - Production/Stable',
8897
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)