Update onnxruntime to 1.24.3

This version adds support for Python 3.14.
This commit is contained in:
Aleix Conchillo Flaqué
2026-03-10 20:04:34 -07:00
committed by Mark Backman
parent db8e73e5ca
commit 58b1b7249e
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ dependencies = [
# Required by LocalSmartTurnAnalyzerV3
# Inlined here instead of using a self-referential extra for Poetry compatibility.
"transformers>=4.48.0,<6",
"onnxruntime~=1.23.2",
"onnxruntime~=1.24.3",
]
[project.urls]