Ensure speechpy is updates

This commit is contained in:
Matthew D. Scholefield 2018-04-18 23:48:22 -05:00
parent 0cbb98fa78
commit 09767fa675

View File

@ -42,7 +42,7 @@ setup(
install_requires=[ install_requires=[
'numpy', 'numpy',
'tensorflow', 'tensorflow',
'speechpy-fast', 'speechpy-fast>=2.4',
'pyaudio', 'pyaudio',
'keras', 'keras',
'h5py', 'h5py',