Commit 8d86dae
authored
Add
### Description
<!-- Describe your changes. -->
Add `python_version < "3.13"` for `onnxscript` dependency in
tools/ci_build/github/linux/python/requirements.txt.
`onnxscript` has `onnx` as a dependency. Building the `onnx` wheel fails
with Python 3.13.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Fix pipeline build failures.python_version < "3.13" for onnxscript dependency. (#24510)1 parent d1ac97e commit 8d86dae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
0 commit comments