Update requirements for sentence splitting

This commit is contained in:
nmstoker 2020-07-13 02:20:56 +01:00
parent ce2481d9cd
commit 654ecef4b2
3 changed files with 6 additions and 3 deletions

View File

@ -13,6 +13,7 @@ Pillow
flask flask
tqdm tqdm
inflect inflect
pysbd
bokeh==1.4.0 bokeh==1.4.0
soundfile soundfile
nose==1.3.7 nose==1.3.7

View File

@ -13,6 +13,7 @@ Pillow
flask flask
tqdm tqdm
inflect inflect
pysbd
bokeh==1.4.0 bokeh==1.4.0
soundfile soundfile
nose==1.3.7 nose==1.3.7

View File

@ -91,6 +91,7 @@ requirements = {
"flask", "flask",
"tqdm", "tqdm",
"inflect", "inflect",
"pysbd",
"bokeh==1.4.0", "bokeh==1.4.0",
"soundfile", "soundfile",
"phonemizer>=2.2.0", "phonemizer>=2.2.0",