Skip to content

Commit 8ff5470

Browse files
committed
Update onnxscript dependency to temporarily track the git repository
Note: This tracks the not-yet-merged extended commutativity pattern PR, see microsoft/onnxscript#2741
1 parent 771a69f commit 8ff5470

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ dependencies = [
2323
"onnx>=1.17.0",
2424
"onnx-ir (>=0.1.10,<=0.1.13)",
2525
"onnxruntime<=1.22.0",
26-
"onnxscript (>=0.5.3,<=0.5.7)",
26+
# TODO: Revert to the PyPI version once the extended commutativity PR is
27+
# merged and released: https://github.com/microsoft/onnxscript/pull/2741
28+
"onnxscript @ git+https://github.com/iksnagreb/onnxscript.git@b0ffb28",
2729
"netron>=8.0.0",
2830
"click>=8.2.1",
2931
"PyYAML>=6.0.0",

0 commit comments

Comments
 (0)