mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
Some dependency managers are able to use the information provided by the `pyproject.toml` file. It helps to provide install/build-time dependencies information, which is currently the case with C/Cython-related packages.
2 lines
56 B
TOML
2 lines
56 B
TOML
[build-system]
|
|
requires = ["cython", "numpy", "pystan"]
|