Skip to content

Commit c1082e9

Browse files
authored
Add:Support for ONNX versions 1.8.*, 1.9.*, upto 1.10.1 (#105)
1 parent f9dcebd commit c1082e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
_deps = [
4242
"numpy>=1.0.0",
43-
"onnx>=1.0.0,<1.8.0",
43+
"onnx>=1.0.0,<=1.10.1",
4444
"pyyaml>=5.1.0",
4545
"requests>=2.0.0",
4646
"tqdm>=4.0.0",

0 commit comments

Comments
 (0)