pymc-labs / pymc-marketing

Bayesian marketing toolbox in PyMC. Media Mix (MMM), customer lifetime value (CLV), buy-till-you-die (BTYD) models and more.
https://www.pymc-marketing.io/
Apache License 2.0
652 stars 178 forks source link

Dynamic version based on git commit #860

Open wd60622 opened 1 month ago

wd60622 commented 1 month ago

Installing from github will not work if the current version is already installed from PyPI as we do not change the version number before a release. This can probably be fixed somehow.

wd60622 commented 1 month ago

PyMC uses versioneer. The installation instructions are in the versioneer link