stan-dev / httpstan

HTTP interface to Stan, a package for Bayesian inference.
ISC License
39 stars 15 forks source link

Docs: Mention Git Requirement in Docs #651

Open AlexanderNenninger opened 7 months ago

AlexanderNenninger commented 7 months ago

Currently, it seems like poetry build requires at least one parent directory to be a git repository. This should be mentioned in the install instructions.

riddell-stan commented 6 months ago

Thanks for the note.

We are currently trying to move away from poetry and use scikit-build -- which wouldn't require git and would be able to build everything from source. Rewriting the Makefile in cmake is the main obstacle. We would welcome help with this.