fix: downgrade ctranslate2 dependency version

This commit is contained in:
Barabazs
2025-05-01 09:54:19 +02:00
parent 0aed874589
commit cd59f21d1a
2 changed files with 21 additions and 31 deletions

View File

@ -9,11 +9,11 @@ requires-python = ">=3.9, <3.13"
license = { text = "BSD-2-Clause" }
dependencies = [
"ctranslate2>=4.5.0",
"ctranslate2<4.5.0",
"faster-whisper>=1.1.1",
"nltk>=3.9.1",
"numpy>=2.0.2",
"onnxruntime==1.19",
"onnxruntime>=1.19",
"pandas>=2.2.3",
"pyannote-audio>=3.3.2",
"torch>=2.5.1",