From 2a19cc17dae94e06471da7f6dfb7bc5413486bcf Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 31 May 2024 11:42:44 +0200 Subject: [PATCH] Add missing setuptools dependency --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dd251a9..565934d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ +setuptools pyaudio SpeechRecognition --extra-index-url https://download.pytorch.org/whl/cu116 torch numpy -git+https://github.com/openai/whisper.git \ No newline at end of file +git+https://github.com/openai/whisper.git