Skip to content

Commit

Permalink
Setup: pin ONNX to 1.15 due to ORT incompatibility (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 authored Mar 27, 2024
1 parent 3f7a36f commit 44cb08b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-export.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
onnx
onnx==1.15
onnxoptimizer
2 changes: 1 addition & 1 deletion requirements/requirements-finn-integration.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bitstring
onnx
onnx==1.15
onnxoptimizer
onnxruntime>=1.15.0
qonnx
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-ort-integration.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
onnx
onnx==1.15
onnxoptimizer
onnxruntime>=1.15.0
qonnx

0 comments on commit 44cb08b

Please sign in to comment.