pfehlinger / risk_adjustment_model

Python implementation of Healthcare Risk Adjustment Models
MIT License
2 stars 0 forks source link

Fix project dependencies on pip install #25

Closed pfehlinger closed 5 months ago

pfehlinger commented 5 months ago

When pip install from PyPI, other packages are installed which isn't necessary as library depends on standard library. Need to determine reason, fix, and publish to PyPI

pfehlinger commented 5 months ago

Upon investigation, the pre-commit library was not in the dev dependencies, once that switch is made, it will resolve the issue.