descriptinc / audiotools

Object-oriented handling of audio data, with GPU-powered augmentations, and more.
https://descriptinc.github.io/audiotools/
MIT License
218 stars 37 forks source link

matplotlib for librosa #110

Open rsxdalv opened 2 months ago

rsxdalv commented 2 months ago

https://github.com/descriptinc/audiotools/blob/7776c296c711db90176a63ff808c26e0ee087263/setup.py#L49

This doesn't seem to match what librosa has. Within stable-audio it didn't seem to break anything to go from 3.5.0 to 3.7.0

https://github.com/librosa/librosa/blob/d0a12c87cdff715ffb8ac1c7383bba1031aa71e4/setup.cfg#L94

librosa does matplotlib >= 3.5.0

carlthome commented 1 month ago

https://github.com/descriptinc/audiotools/pull/111