From 7e532d38759756f5a50e7482e9c21d7cee33743a Mon Sep 17 00:00:00 2001 From: Nodude <75137537+NodudeWasTaken@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:32:50 +0200 Subject: [PATCH] Specify scipy version to fix bug --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 604113f..f4a25fd 100755 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ PyQt5 numpy<1.24 librosa==0.10.0.post2 matplotlib<3.8 -scipy +scipy==1.9.3 pyinstaller requests