Skip to content

Commit ee4dae0

Browse files
committed
build: switch to forked coqpit
1 parent 59996ff commit ee4dae0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-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,<0.2.0",
66-
"coqpit>=0.0.16",
66+
"coqpit-config>=0.1.0",
6767
# Gruut + supported languages
6868
"gruut[de,es,fr]>=2.4.0",
6969
# Tortoise
@@ -137,6 +137,9 @@ docs = [
137137
"linkify-it-py>=2.0.0",
138138
]
139139

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

0 commit comments

Comments
 (0)