raymondxyy / pyaudlib

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

Make torch and torchvision optional #28

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 torch and torchvision. To install, run pip install audlib[nn].