From bcce8cceb0b7ef0aef4b4490ad97d972327224a1 Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Tue, 14 Jan 2025 14:54:08 +0100 Subject: [PATCH] tmp: custom coqpit branch --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e9516d3d8c..304ae77388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -164,6 +164,9 @@ tts-server = "TTS.server.server:main" [tool.uv] constraint-dependencies = ["numba>0.58.0"] +[tool.uv.sources] +coqpit-config = { git = "https://github.com/idiap/coqui-ai-coqpit" , branch = "union" } + [tool.hatch.build] exclude = [ "/.github",