ColtAllen / btyd

Buy Till You Die and Customer Lifetime Value statistical models in Python.
https://btyd.readthedocs.io/
Apache License 2.0
114 stars 9 forks source link

btyd on conda #54

Open sudarsan-surendralal opened 2 years ago

sudarsan-surendralal commented 2 years ago

Hi,

I'd like the ability to install btyd through anaconda and conda forge. I was wondering if you are planning to or are open to the idea of creating a conda receipe for this. I could also take a shot at this if you'd like.

Thanks and Regards!

ColtAllen commented 2 years ago

Hey @sudarsan-surendralal,

This is something I'd very much like to see happen as well, and if you want to submit a PR for this that'd be great. I've found documentation on creating a conda recipe:

https://docs.conda.io/projects/conda-build/en/latest/concepts/recipe.html

However, dependency requirements are going to change between now and the official release (which I'm targeting to publish before the end of the year) so let's wait until the official release is out before adding to the conda distribution.

sudarsan-surendralal commented 2 years ago

Hey @ColtAllen ,

Thanks for your reply! I've created a personal fork where I've added recipe for integrating btyd into conda here: https://github.com/sudarsan-surendralal/staged-recipes (you are welcome to modify this if you like). Once you are sure about releasing this package on conda, please give me a go ahead. I'll create a pull request at https://github.com/conda-forge/staged-recipes with this fork.