jameslyons/python_speech_features

Missing requirements in setup.py

mhsmith opened this issue · 0 comments

python_speech_features depends on NumPy and SciPy, but it doesn't declare them as requirements in setup.py.

I guess most users will know what to do when they get the ImportError, but it would be more convenient if they didn't have to install NumPy and SciPy manually.