Skip to content

Commit 895f428

Browse files
committed
bump optimum[onnxruntime] to 1.27.0
1 parent 693c2d9 commit 895f428

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
@@ -35,10 +35,10 @@ dependencies = [
3535

3636
[project.optional-dependencies]
3737
onnxruntime = [
38-
"optimum[onnxruntime]==1.25.2",
38+
"optimum[onnxruntime]==1.27.0",
3939
]
4040
onnxruntime-gpu = [
41-
"optimum[onnxruntime-gpu]==1.25.2",
41+
"optimum[onnxruntime-gpu]==1.27.0",
4242
]
4343
docs-dev = [
4444
"mkdocs>=1.6,<2",

0 commit comments

Comments
 (0)