8080labs / ppscore

Predictive Power Score (PPS) in Python
MIT License
1.12k stars 168 forks source link

Requirements not installed when using pip #29

Closed neffmallon closed 4 years ago

neffmallon commented 4 years ago

Currently, setup.py doesn't include the package dependencies, so they don't automatically install when using pip install.

To fix this, use the install_requires kwarg in the setup() call in setup.py. Documentation and examples are available here: https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies

FlorianWetschoreck commented 4 years ago

Thank you for pointing this out, Nathan We will have a look at it and fix it

tkrabel commented 4 years ago

Should be fixed now with release 1.1.1