Skip to content

Commit 48ca150

Browse files
authored
Update pyproject.toml
1 parent 8573dc5 commit 48ca150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
dependencies = [
2828
"ml_dtypes",
2929
"numpy",
30-
"onnx_ir>=0.1.10,<2", # Expect onnx_ir to have a breaking change in 2.0. If not, extend this range.
30+
"onnx_ir>=0.1.9,<2", # Expect onnx_ir to have a breaking change in 2.0. If not, extend this range.
3131
"onnx>=1.16",
3232
"packaging",
3333
"typing_extensions>=4.10",

0 commit comments

Comments
 (0)