polsys / ennemi

Easy Nearest Neighbor Estimation of Mutual Information
https://polsys.github.io/ennemi/
MIT License
35 stars 12 forks source link

Use extras_require for development dependencies #14

Closed polsys closed 4 years ago

polsys commented 4 years ago

Use the existing pip functionality to simplify the CI script and development install instructions. It should be possible to install all development-time dependencies with pip install -e .[dev].