Skip to content

Commit

Permalink
Add:Support for ONNX versions 1.8.*, 1.9.*, upto 1.10.1 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli authored Aug 26, 2021
1 parent f9dcebd commit c1082e9
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 @@ -40,7 +40,7 @@

_deps = [
"numpy>=1.0.0",
"onnx>=1.0.0,<1.8.0",
"onnx>=1.0.0,<=1.10.1",
"pyyaml>=5.1.0",
"requests>=2.0.0",
"tqdm>=4.0.0",
Expand Down

0 comments on commit c1082e9

Please sign in to comment.