Skip to content

Commit b2dd69f

Browse files
authored
Loose flatbuffers version constraints (#2225)
Closes: #2180 Signed-off-by: Chih-Hsuan Yen <[email protected]>
1 parent 6d6b6c7 commit b2dd69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run(self):
8282
author='ONNX',
8383
author_email='[email protected]',
8484
url='https://github.com/onnx/tensorflow-onnx',
85-
install_requires=['numpy>=1.14.1', 'onnx>=1.4.1', 'requests', 'six', 'flatbuffers<3.0,>=1.12', 'protobuf~=3.20.2'],
85+
install_requires=['numpy>=1.14.1', 'onnx>=1.4.1', 'requests', 'six', 'flatbuffers>=1.12', 'protobuf~=3.20.2'],
8686
classifiers=[
8787
'Development Status :: 5 - Production/Stable',
8888
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)