Skip to content

Commit

Permalink
build: switch to forked coqpit
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Nov 20, 2024
1 parent 312593e commit c2b9038
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c2b9038

Please sign in to comment.