Skip to content

Commit a9c944f

Browse files
fix(deps): update dependency onnxruntime to >=1,<1.26
1 parent 5eedeab commit a9c944f

2 files changed

Lines changed: 64 additions & 98 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
requires-python = ">=3.10,<3.15"
1010
dependencies = [
1111
"jinja2>=3",
12-
"onnxruntime>=1,<1.24; (sys_platform == 'darwin' and platform_machine == 'x86_64') or python_version == '3.10'",
12+
"onnxruntime>=1,<1.26; (sys_platform == 'darwin' and platform_machine == 'x86_64') or python_version == '3.10'",
1313
"onnxruntime>=1; python_version >= '3.11' and (sys_platform != 'darwin' or platform_machine != 'x86_64')",
1414
"pydantic>=2",
1515
"pyyaml>=6",

0 commit comments

Comments
 (0)