Skip to content

Commit f65213c

Browse files
committed
Upgrading onnx onxrt and onnxscript
Signed-off-by: Dipankar Sarkar <[email protected]>
1 parent 2bcfa40 commit f65213c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ dependencies = [
2828
"multidict==6.0.4",
2929
"urllib3<2",
3030
"sentencepiece==0.2.0",
31-
"onnx==1.16.0",
32-
"onnxruntime==1.16.3",
31+
"onnx==1.17.0",
32+
"onnxruntime==1.22.0",
3333
"numpy==1.26.4",
3434
"protobuf==3.20.2",
35-
"onnxscript==0.1.0.dev20240327",
35+
"onnxscript==0.2.5",
3636
"pillow===10.4.0",
3737
"sympy",
3838
"tensorboard",

0 commit comments

Comments
 (0)