Skip to content

Commit cd6eff6

Browse files
committed
upgrade required min onnx version to 1.4.1
1 parent a2b8085 commit cd6eff6

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)