chore: restrict onnxruntime to version 1.19 for python 3.9 compatibility

- Restrict the onnxruntime dependency to versions >=1.19 and <1.20.0 to avoid potential compatibility issues.

Signed-off-by: CHEN, CHUN <jim60105@gmail.com>
This commit is contained in:
CHEN, CHUN
2025-05-05 01:28:52 +08:00
parent 4f99f1f67c
commit d3dcb1175f
2 changed files with 33 additions and 64 deletions

View File

@ -13,7 +13,7 @@ dependencies = [
"faster-whisper>=1.1.1",
"nltk>=3.9.1",
"numpy>=2.0.2",
"onnxruntime>=1.19",
"onnxruntime>=1.19,<1.20.0",
"pandas>=2.2.3",
"pyannote-audio>=3.3.2",
"torch<2.4.0",