Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 49c1845

Browse files
upgrade onnx to 1.14 so pip install works on macOS (#334)
* upgrade onnx so pip install works on macOS * allow older version * Update setup.py --------- Co-authored-by: Michael Goin <michael@neuralmagic.com>
1 parent f053d93 commit 49c1845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
_deps = [
4343
"numpy>=1.0.0,<=1.21.6",
44-
"onnx>=1.5.0,<=1.12.0",
44+
"onnx>=1.5.0,<1.15.0",
4545
"pyyaml>=5.1.0",
4646
"requests>=2.0.0",
4747
"tqdm>=4.0.0",

0 commit comments

Comments
 (0)