prophet/python/pyproject.toml
Andrés Correa Casablanca 60c9503299 Add pyproject.toml to help dependency managers (#685)
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.
2018-09-25 12:57:29 -07:00

2 lines
56 B
TOML

[build-system]
requires = ["cython", "numpy", "pystan"]