ContextLab / quail

A python toolbox for analyzing and plotting free recall data
http://cdl-quail.readthedocs.io/en/latest/
MIT License
20 stars 10 forks source link

optional dependencies #103

Closed andrewheusser closed 5 years ago

andrewheusser commented 5 years ago

To minimize external dependencies, I was thinking about making pydub and the google-cloud (for speech decoding) packages optional installs. Similarly, sqlalchemy is only used in our loadEL function. This will decrease the likelihood of dependency conflicts down the road. @jeremymanning what do you think about this plan?