Use direct link dependency for phonemizer

This commit is contained in:
Reuben Morais 2019-08-26 16:36:46 +02:00
parent 1e6f5113d5
commit d9e56d2b4c
1 changed files with 1 additions and 3 deletions

View File

@ -81,8 +81,6 @@ setup(
# "lws",
"tqdm",
"soundfile",
],
dependency_links=[
'http://github.com/bootphon/phonemizer/tarball/master#egg=phonemizer'
"phonemizer @ https://github.com/bootphon/phonemizer/tarball/master",
],
)