mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
7 lines
147 B
TOML
7 lines
147 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel",
|
|
"cmdstanpy>=1.0.1, !=1.0.2, !=1.0.3",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|