revert onnxruntime to onnxruntime~=1.23.2 to maintain Python 3.10 support

This commit is contained in:
Mark Backman
2026-03-05 15:12:01 -05:00
parent 3f97c91983
commit 60e9e26164
2 changed files with 60 additions and 28 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,<2",
"onnxruntime~=1.23.2",
]
[project.urls]