Skip to content

Commit 4a716a0

Browse files
committed
set ONNX requirement to ==1.9.0
1 parent 2d16a07 commit 4a716a0

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
@@ -22,7 +22,7 @@
2222
# will be the one generated by the build process (1.9.0.xxxx), which
2323
# does not exist in the ONNX repo
2424
if onnx_version.startswith("1.9.0"):
25-
onnx_dep = "onnx>=1.9.0"
25+
onnx_dep = "onnx==1.9.0"
2626

2727
try:
2828
git_version = subprocess.check_output(['git', 'rev-parse', 'HEAD'],

0 commit comments

Comments
 (0)