Skip to content

Commit 7553ce1

Browse files
justinchubybmehta001
authored andcommitted
Require onnx-ir 0.1.1 (microsoft#2360)
1 parent 9b81926 commit 7553ce1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"packaging",
4343
"protobuf",
4444
)
45-
ONNX_IR = "onnx_ir==0.1.0"
45+
ONNX_IR = "onnx_ir==0.1.1"
4646
ONNX_IR_MAIN = "git+https://github.com/onnx/ir-py.git@main#egg=onnx_ir"
4747

4848

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,<2", # Expect onnx_ir to have a breaking change in 2.0. If not, extend this range.
30+
"onnx_ir>=0.1.1,<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)