stan-dev / httpstan

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

fix: Require setuptools in build environment #619

Closed riddell-stan closed 1 year ago

riddell-stan commented 1 year ago

All build dependencies must specified in pyproject.toml. We depend on setuptools.

Background: Poetry 1.2 came out recently. Poetry (and everyone else) make use of the PEP517 spec describing how packages can be built without using a setup.py.

Closes #618