3 Commits

Author SHA1 Message Date
968b87a6a3 Merge afbf00018c into d700b56c9c 2025-06-08 07:02:08 -06:00
afbf00018c 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>
2025-06-05 19:25:37 +08:00
bcb7de1cee chore: restrict torch version to below 2.4 in dependencies
torch depends on libcudnn9 from version 2.4.0 onward.
If we restrict torch<2.4.0, there is no need to manually install libcudnn8 and also save about 1GB disk space.

- Update torch dependency to be below version 2.4.0 instead of at least 2.5.1
- Change torchaudio dependency to have no minimum version specified

Signed-off-by: CHEN, CHUN <jim60105@gmail.com>
2025-06-05 19:25:37 +08:00
2 changed files with 1764 additions and 1695 deletions

View File

@ -13,11 +13,11 @@ 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.5.1",
"torchaudio>=2.5.1",
"torch<2.4.0",
"torchaudio",
"transformers>=4.48.0",
]

3453
uv.lock generated

File diff suppressed because it is too large Load Diff