From 38d97caf48ff74c274bf15f77303feed963b3272 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 11 Jan 2023 10:48:58 -0500 Subject: [PATCH 1/2] update requirements to ensure project will build and run --- requirements.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb5b80a..c2bb220 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,10 @@ einops unidecode scipy librosa +numpy==1.20.0 numba==0.48.0 -ffmpeg \ No newline at end of file +torchaudio +ffmpeg +threadpoolctl +llvmlite +appdirs From 079380052668916a33436fbc1abdb6629ef566d3 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 11 Jan 2023 10:50:18 -0500 Subject: [PATCH 2/2] add explicit requirements.txt usage for dep installation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec993fa..7353a7b 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Next, install TorToiSe and it's dependencies: ```shell git clone https://github.com/neonbjb/tortoise-tts.git cd tortoise-tts +python -m pip install -r ./requirements.txt python setup.py install ```