From 57a1e5ff8fa4e246d203b6417de36c4e5cd42202 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 12 Nov 2024 16:19:14 +0100 Subject: [PATCH] openai-whisper @ git+https://github.com/cclauss/whisper-1.git@setup.py-to-pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09c7a27c..42dccdec 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 @ git+https://github.com/cclauss/whisper-1.git@patch-2", + "openai-whisper @ git+https://github.com/cclauss/whisper-1.git@setup.py-to-pyproject.toml", "soundfile", ] urls.Homepage = "https://github.com/Uberi/speech_recognition#readme"