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
tqdm
inflect
pysbd
bokeh==1.4.0
soundfile
nose==1.3.7

View File

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

View File

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