From 834d41bf77cf6d66a494d0ac1abbb060f4784641 Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Mon, 21 Oct 2024 00:04:44 +0200 Subject: [PATCH 1/2] build: switch to forked coqpit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d66f33d602..5f1a43d5f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,8 +75,8 @@ dependencies = [ # Training "matplotlib>=3.7.0", # Coqui stack - "coqui-tts-trainer>=0.1.4,<0.2.0", - "coqpit>=0.0.16", + "coqui-tts-trainer>=0.2.0,<0.3.0", + "coqpit-config>=0.1.1,<0.2.0", "monotonic-alignment-search>=0.1.0", # Gruut + supported languages "gruut[de,es,fr]>=2.4.0", From d4ffff4f6d89848619417cc77bcae36f2dd780e6 Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Tue, 3 Dec 2024 07:57:27 +0100 Subject: [PATCH 2/2] chore: bump version to 0.25.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f1a43d5f8..5386d274ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "hatchling.build" [project] name = "coqui-tts" -version = "0.24.3" +version = "0.25.0" description = "Deep learning for Text to Speech." readme = "README.md" requires-python = ">=3.9, <3.13"