diff --git a/pyproject.toml b/pyproject.toml index 2446740d..1b30d00b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,7 +158,7 @@ speech = ["sounddevice>=0.5.5"] # fetches its CTranslate2 model repositories. Users opt in via AI > Speech > # Manage Speech Models > Speech Engine; the bundled whisper.cpp engine remains # the default and needs none of this. -fasterwhisper = ["faster-whisper>=1.2.1", "huggingface_hub>=1.27.0"] +fasterwhisper = ["faster-whisper>=1.2.1", "huggingface_hub>=1.30.0"] # Optional very-low-resource offline English engine: Vosk (Kaldi) (#669). Tiny # CPU-only models (~40 MB) for old/constrained machines. Models download from # alphacephei.com via Manage Speech Models; no GPU needed.