raymondxyy / pyaudlib

A speech signal processing library in Python with emphasis on deep learning.
MIT License
31 stars 6 forks source link

Make matplotlib optional #27

Closed andrewwuan closed 4 years ago

andrewwuan commented 4 years ago

Reference: https://github.com/librosa/librosa/blob/master/setup.py#L61

andrewwuan commented 4 years ago

pip install audlib won't install matplotlib. To install matplotlib, run pip install audlib[display]