From ad095ac690e153ddcbac99af8561100894e5095d Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Tue, 25 Sep 2018 13:06:28 -0700 Subject: [PATCH] Add versions to build dependencies --- python/MANIFEST.in | 1 + python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/python/MANIFEST.in b/python/MANIFEST.in index 6c93d64..edabf53 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -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 diff --git a/python/pyproject.toml b/python/pyproject.toml index dc8fc03..b69648a 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["cython", "numpy", "pystan"] +requires = ["Cython>=0.22", "numpy>=1.10.0", "pystan>=2.14"]