From 3d97c54aed588cbb7b52ec09d3edf1496076412f Mon Sep 17 00:00:00 2001 From: blaisewf Date: Mon, 9 Sep 2024 18:58:25 +0200 Subject: [PATCH] fix make file --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 95ac0a89d..8f57775b2 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,8 @@ help: run-install: apt-get -y install build-essential python3-dev ffmpeg pip install --upgrade setuptools wheel - pip install pip==24.0 - pip install faiss-gpu fairseq gradio ffmpeg praat-parselmouth pyworld numpy==1.23.5 numba==0.56.4 librosa==0.9.1 + pip install pip==24.1 pip install -r requirements.txt - pip install --upgrade lxml apt-get update # Run Applio