Skip to content

Commit 98a6f65

Browse files
committed
Upgrading onnx runtime to 1.21.1
Signed-off-by: Dipankar Sarkar <[email protected]>
1 parent 8f02c7e commit 98a6f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ dependencies = [
2929
"urllib3<2",
3030
"sentencepiece==0.2.0",
3131
"onnx==1.17.0",
32-
"onnxruntime==1.16.3",
32+
"onnxruntime==1.21.1",
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)