Skip to content

Commit

Permalink
Upgrade ONNX to 1.14 (#1627)
Browse files Browse the repository at this point in the history
Co-authored-by: dbogunowicz <97082108+dbogunowicz@users.noreply.github.com>
  • Loading branch information
mgoin and dbogunowicz committed Jun 16, 2023
1 parent e2589ea commit d76b38e
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 @@ -39,7 +39,7 @@
"numpy>=1.0.0,<=1.21.6",
"matplotlib>=3.0.0",
"merge-args>=0.1.0",
"onnx>=1.5.0,<=1.12.0",
"onnx>=1.5.0,<1.15.0",
"pandas>=0.25.0",
"packaging>=20.0",
"psutil>=5.0.0",
Expand Down

0 comments on commit d76b38e

Please sign in to comment.