Add versions to build dependencies

This commit is contained in:
Ben Letham 2018-09-25 13:06:28 -07:00
parent 60c9503299
commit ad095ac690
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ include stan/unix/*.stan
include stan/win/*.stan
include LICENSE
include requirements.txt
include pyproject.toml
# Ensure in-place built models do not get included in the source dist.
prune fbprophet/stan_model

View file

@ -1,2 +1,2 @@
[build-system]
requires = ["cython", "numpy", "pystan"]
requires = ["Cython>=0.22", "numpy>=1.10.0", "pystan>=2.14"]