ColtAllen / btyd

Buy Till You Die and Customer Lifetime Value statistical models in Python.

Home Page:https://btyd.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Transitive Dependencies to `setup.cfg`

ColtAllen opened this issue · comments

btyd installs & runs without a hitch whenever creating a new Python environment, but when installing in managed environments like DataBricks or Google Colab, previously installed dependencies like scipy and numpy are not automatically updating and can make btyd unusable.

For now this is easily remedied by updating scipy and numpy to their latest versions, but for version 0.1b2 I intend to add an [install-requires] line to setup.cfg and fix this.