Skip to content

Commit 8c27f22

Browse files
committed
update onnx python package version
1 parent 1960957 commit 8c27f22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lit~=15.0
22
# numpy 1.24 deprecates np.object, np.bool, np.float, np.complex, np.str,
33
# and np.int which are used heavily in onnx-mlir.
44
numpy==2.0.1
5-
onnx==1.17.0
6-
protobuf==4.21.12
5+
onnx==1.19.1
6+
protobuf==4.25.3
77
pytest==8.3.2
88
pytest-xdist==3.6.1

utils/gen_onnx_mlir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
# ==UPDATE_ONNX_VERSION_OPSET==
6868
# Look for tag above and update all references when upgrading the ONNX support within ONNX-MLIR.
69-
current_onnx_version = "1.17.0"
69+
current_onnx_version = "1.19.1"
7070

7171
# Check the version of onnx package being used.
7272
if (

0 commit comments

Comments
 (0)