diff --git a/pyproject.toml b/pyproject.toml index a7e3f2e0..09c7a27c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ optional-dependencies.dev = [ optional-dependencies.pocketsphinx = [ "pocketsphinx<5" ] optional-dependencies.whisper-api = [ "openai" ] optional-dependencies.whisper-local = [ - "openai-whisper", + "openai-whisper @ git+https://github.com/cclauss/whisper-1.git@patch-2", "soundfile", ] urls.Homepage = "https://github.com/Uberi/speech_recognition#readme"