Skip to content

Commit 63f3703

Browse files
authored
Merge pull request #393 from nbcsm/onnx1.4
upgrade required min onnx version to 1.4.1
2 parents d2baed0 + cd6eff6 commit 63f3703

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
@@ -80,5 +80,5 @@ def run(self):
8080
8181
author_email='[email protected]',
8282
url='https://github.com/onnx/tensorflow-onnx',
83-
install_requires=['numpy>=1.14.1', 'onnx>=1.2.2', 'six']
83+
install_requires=['numpy>=1.14.1', 'onnx>=1.4.1', 'six']
8484
)

0 commit comments

Comments
 (0)