From d37d58859e3134cecf2270e1f275d6fbf02363ec Mon Sep 17 00:00:00 2001 From: NightFox <0x4E69676874466F78@users.noreply.github.com> Date: Fri, 29 Aug 2025 02:07:12 +0300 Subject: [PATCH] Fix setup.py this way you can install without errors --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b326733..1593810 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ URL = "https://github.com/mhrice/RemFx" EMAIL = "m.rice@se22.qmul.ac.uk" AUTHOR = "Matthew Rice" -REQUIRES_PYTHON = ">=3.8.0" +REQUIRES_PYTHON = "==3.8.0" VERSION = "0.0.1" HERE = Path(__file__).parent @@ -45,7 +45,7 @@ "pedalboard", "asteroid", "librosa", - "speechbrain", + "speechbrain==0.5.16", "torchcrepe", "torchopenl3", "tensorflow",