Skip to content

Commit 2060be3

Browse files
committed
build: switch to forked coqpit
1 parent 9f398a0 commit 2060be3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies = [
6363
"matplotlib>=3.7.0",
6464
# Coqui stack
6565
"coqui-tts-trainer>=0.1.4",
66-
"coqpit>=0.0.16",
66+
"coqpit>=0.1.0",
6767
# Gruut + supported languages
6868
"gruut[de,es,fr]>=2.4.0",
6969
# Tortoise
@@ -137,6 +137,10 @@ dev-dependencies = [
137137
"ruff==0.7.0",
138138
]
139139

140+
[tool.uv.sources]
141+
coqpit = { git = "https://github.com/idiap/coqui-ai-coqpit", branch = "types" }
142+
coqui-tts-trainer = { git = "https://github.com/idiap/coqui-ai-Trainer", branch = "coqpit" }
143+
140144
[project.urls]
141145
Homepage = "https://github.com/idiap/coqui-ai-TTS"
142146
Documentation = "https://coqui-tts.readthedocs.io"

0 commit comments

Comments
 (0)