Browse Source

Add versions to build dependencies

Ben Letham 6 years ago
parent
commit
ad095ac690
2 changed files with 2 additions and 1 deletions
  1. 1 0
      python/MANIFEST.in
  2. 1 1
      python/pyproject.toml

+ 1 - 0
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

+ 1 - 1
python/pyproject.toml

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