jaak-s / macau

Bayesian Factorization with Side Information in C++ with Python wrapper
MIT License
41 stars 69 forks source link

Upload to PyPI #11

Open cthoyt opened 5 years ago

cthoyt commented 5 years ago

It would be useful to upload this package to PyPI so other packages can list it as a requirement. In the meantime, ss of PEP 509 (I think) you can also add macau @ git+https://github.com/jaak-s/macau.git to a requirements.txt, setup.py, or setup.cfg to get around this

cthoyt commented 5 years ago

I'd be happy to give some instructions on how to do this if you'd like help

jaak-s commented 5 years ago

The help would be really well appreciated. One of the issues we have is that we depend on OpenBLAS or BLAS availability during compile and execution time. Currently, we have hard-coded paths and checks (in setup.py when doing the Cython compilation).

If you know how to do it in a general way using PyPI, it would be really great for us!