From e3a3f17d0bae0fd44a6738623bd280be086855bb Mon Sep 17 00:00:00 2001 From: Kostis Date: Wed, 18 Dec 2024 14:33:58 +0000 Subject: [PATCH] Remove parler from dependencies Co-authored-by: David de la Iglesia Castro --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c15697..642d553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,10 +34,6 @@ tests = [ "pytest-mock>=3.14.0" ] -parler = [ - "parler_tts @ git+https://github.com/huggingface/parler-tts.git", -] - [project.urls] Documentation = "https://mozilla-ai.github.io/document-to-podcast/" Issues = "https://github.com/mozilla-ai/document-to-podcast/issues"