From bb6d06f0d13642b653ecf1d8762b2b84e3c7e5fd Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 19 Aug 2024 19:58:06 +0200 Subject: [PATCH] fix(parler-tts): bump and require after build type deps (#3272) Signed-off-by: Ettore Di Giacinto --- backend/python/parler-tts/requirements-after.txt | 1 + backend/python/parler-tts/requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 backend/python/parler-tts/requirements-after.txt diff --git a/backend/python/parler-tts/requirements-after.txt b/backend/python/parler-tts/requirements-after.txt new file mode 100644 index 00000000..63599411 --- /dev/null +++ b/backend/python/parler-tts/requirements-after.txt @@ -0,0 +1 @@ +git+https://github.com/huggingface/parler-tts.git@8e465f1b5fcd223478e07175cb40494d19ffbe17 \ No newline at end of file diff --git a/backend/python/parler-tts/requirements.txt b/backend/python/parler-tts/requirements.txt index 297ddd0b..22ae46ad 100644 --- a/backend/python/parler-tts/requirements.txt +++ b/backend/python/parler-tts/requirements.txt @@ -1,4 +1,3 @@ grpcio==1.65.1 protobuf -git+https://github.com/huggingface/parler-tts.git@10016fb0300c0dc31a0fb70e26f3affee7b62f16 certifi \ No newline at end of file