mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Update requirements for sentence splitting
This commit is contained in:
+2
-1
@@ -13,8 +13,9 @@ Pillow
|
||||
flask
|
||||
tqdm
|
||||
inflect
|
||||
pysbd
|
||||
bokeh==1.4.0
|
||||
soundfile
|
||||
nose==1.3.7
|
||||
cardboardlint==1.3.0
|
||||
pylint==2.5.3
|
||||
pylint==2.5.3
|
||||
|
||||
@@ -13,7 +13,8 @@ Pillow
|
||||
flask
|
||||
tqdm
|
||||
inflect
|
||||
pysbd
|
||||
bokeh==1.4.0
|
||||
soundfile
|
||||
nose==1.3.7
|
||||
cardboardlint==1.3.0
|
||||
cardboardlint==1.3.0
|
||||
|
||||
@@ -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