diff --git a/setup.py b/setup.py index beb3f2c..d610416 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( install_requires=[ 'numpy', 'tensorflow', - 'speechpy-fast', + 'speechpy-fast>=2.4', 'pyaudio', 'keras', 'h5py',