mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
8 lines
154 B
TOML
8 lines
154 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel",
|
|
"pystan~=2.19.1.1",
|
|
"cmdstanpy==0.9.77",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|