Skip to content

Commit 4708bcb

Browse files
authored
fix: increase onnxruntime version to support Python 3.12
1 parent a14a4e8 commit 4708bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requires-python = ">=3.10,<4.0"
1414
dependencies = [
1515
"huggingface-hub (>=0.25.2)",
1616
"numpy (>=1.26.0)",
17-
"onnxruntime (>=1.13.1)",
17+
"onnxruntime (>=1.17.0)",
1818
"tokenizers (>=0.20)",
1919
]
2020

0 commit comments

Comments
 (0)