circstat / pycircstat

Toolbox for circular statistics with Python
MIT License
157 stars 42 forks source link

fix setup.py to install missing dependencies during installation #69

Closed avdaranyi closed 4 years ago

avdaranyi commented 4 years ago

setup_requires > install_requires: this fixes missing packages during installation, multiple issues are solved with that

fabiansinz commented 4 years ago

Thanks.