wilseypa / lhf

Lightweight Homology Framework
MIT License
5 stars 8 forks source link

Add pyLHF requirements #132

Open malottno opened 1 year ago

malottno commented 1 year ago

Current pyLHF pip install does not include external package requirements; need to define minimum requirements for these packages, update wheel and push to version 1.3.3.

numpy scipy (QMC -- may want to remove this for earlier version compatibility) sklearn (needs apt) kneed

malottno commented 1 year ago

Added basic requirements to setup.py in pip build 1.2.3. Quick test shows the 4 packages are installed - will want to determine minimum version requirements for each to freeze package versions on installation.

https://pypi.org/project/lhf/1.2.3/