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 Oct 20, 2024
1 parent 9f398a0 commit 2060be3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies = [
"matplotlib>=3.7.0",
# Coqui stack
"coqui-tts-trainer>=0.1.4",
"coqpit>=0.0.16",
"coqpit>=0.1.0",
# Gruut + supported languages
"gruut[de,es,fr]>=2.4.0",
# Tortoise
Expand Down Expand Up @@ -137,6 +137,10 @@ dev-dependencies = [
"ruff==0.7.0",
]

[tool.uv.sources]
coqpit = { git = "https://github.com/idiap/coqui-ai-coqpit", branch = "types" }
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 2060be3

Please sign in to comment.