From 415e74b7c999d36645f6319c3e282d2db5174943 Mon Sep 17 00:00:00 2001 From: David de la Iglesia Castro Date: Fri, 13 Dec 2024 11:37:55 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43c5892..eaf849d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "huggingface-hub", "llama-cpp-python", "loguru", - "parler_tts @ git+https://github.com/daavoo/parler-tts.git", + "parler_tts", "pydantic", "PyPDF2[crypto]", "python-docx",