Skip to content

Commit

Permalink
Upgrade the required version for flatbuffers. (#2050)
Browse files Browse the repository at this point in the history
* Allow all versions >= 1.12 to be installed.

Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z authored Sep 29, 2022
1 parent 6fdbe43 commit a82a29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def run(self):
author='ONNX',
author_email='[email protected]',
url='https://github.com/onnx/tensorflow-onnx',
install_requires=['numpy>=1.14.1', 'onnx>=1.4.1', 'requests', 'six', 'flatbuffers~=1.12'],
install_requires=['numpy>=1.14.1', 'onnx>=1.4.1', 'requests', 'six', 'flatbuffers>=1.12'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit a82a29e

Please sign in to comment.