From ce68cc6c875707c2b73296baf4518ec9ef30ff39 Mon Sep 17 00:00:00 2001 From: Stinosko <43827063+Stinosko@users.noreply.github.com> Date: Fri, 2 Feb 2024 21:07:57 +0100 Subject: [PATCH] Add scipy to server.txt The server script uses scipy but is not installed with the current server requirements file. --- requirements/server.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/server.txt b/requirements/server.txt index 98752ae..f7cf7f6 100644 --- a/requirements/server.txt +++ b/requirements/server.txt @@ -7,3 +7,4 @@ openai-whisper kaldialign soundfile ffmpeg-python +scipy