Skip to content

Commit

Permalink
Upgrade ONNX to 1.14 (#1072)
Browse files Browse the repository at this point in the history
Co-authored-by: dbogunowicz <[email protected]>
  • Loading branch information
mgoin and dbogunowicz authored Jun 16, 2023
1 parent 8257ca9 commit f378e39
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 @@ -86,7 +86,7 @@ def _parse_requirements_file(file_path):

_deps = [
"numpy>=1.16.3,<=1.21.6",
"onnx>=1.5.0,<=1.12.0",
"onnx>=1.5.0,<1.15.0",
"pydantic>=1.8.2",
"requests>=2.0.0",
"tqdm>=4.0.0",
Expand Down

0 comments on commit f378e39

Please sign in to comment.