mirror of
https://github.com/wassname/TTS.git
synced 2026-09-20 12:30:22 +08:00
Update requirements for sentence splitting
This commit is contained in:
@@ -91,6 +91,7 @@ requirements = {
|
||||
"flask",
|
||||
"tqdm",
|
||||
"inflect",
|
||||
"pysbd",
|
||||
"bokeh==1.4.0",
|
||||
"soundfile",
|
||||
"phonemizer>=2.2.0",
|
||||
@@ -149,4 +150,4 @@ setup(
|
||||
# for some reason having tensorflow in 'install_requires'
|
||||
# breaks some of the dependencies.
|
||||
for module in requirements['pip_install']:
|
||||
pip_install(module)
|
||||
pip_install(module)
|
||||
|
||||
Reference in New Issue
Block a user