Skip to content

Commit

Permalink
upgrade onnx to 1.14 so pip install works on macOS (#334)
Browse files Browse the repository at this point in the history
* upgrade onnx so pip install works on macOS

* allow older version

* Update setup.py

---------

Co-authored-by: Michael Goin <michael@neuralmagic.com>
  • Loading branch information
YixuanSeanZhou and mgoin committed Jun 16, 2023
1 parent f053d93 commit 49c1845
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 @@ -41,7 +41,7 @@

_deps = [
"numpy>=1.0.0,<=1.21.6",
"onnx>=1.5.0,<=1.12.0",
"onnx>=1.5.0,<1.15.0",
"pyyaml>=5.1.0",
"requests>=2.0.0",
"tqdm>=4.0.0",
Expand Down

0 comments on commit 49c1845

Please sign in to comment.