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,8 +13,9 @@ 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
cardboardlint==1.3.0 cardboardlint==1.3.0
pylint==2.5.3 pylint==2.5.3

View File

@ -13,7 +13,8 @@ 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
cardboardlint==1.3.0 cardboardlint==1.3.0

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",
@ -149,4 +150,4 @@ setup(
# for some reason having tensorflow in 'install_requires' # for some reason having tensorflow in 'install_requires'
# breaks some of the dependencies. # breaks some of the dependencies.
for module in requirements['pip_install']: for module in requirements['pip_install']:
pip_install(module) pip_install(module)