From c2b9038764ada123b34aa456c6dae1d597a328d5 Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Mon, 21 Oct 2024 00:04:44 +0200 Subject: [PATCH] build: switch to forked coqpit --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d66f33d602..b9ae6cb4f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ "matplotlib>=3.7.0", # Coqui stack "coqui-tts-trainer>=0.1.4,<0.2.0", - "coqpit>=0.0.16", + "coqpit-config>=0.1.0", "monotonic-alignment-search>=0.1.0", # Gruut + supported languages "gruut[de,es,fr]>=2.4.0", @@ -151,6 +151,9 @@ docs = [ "linkify-it-py>=2.0.0", ] +[tool.uv.sources] +coqui-tts-trainer = { git = "https://github.com/idiap/coqui-ai-Trainer", branch = "coqpit" } + [project.urls] Homepage = "https://github.com/idiap/coqui-ai-TTS" Documentation = "https://coqui-tts.readthedocs.io"