mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-15 20:50:48 +00:00
7 lines
129 B
TOML
7 lines
129 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel",
|
|
"cmdstanpy>=1.0.4",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|