소스 검색

Add versions to build dependencies

Ben Letham 7 년 전
부모
커밋
ad095ac690
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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"]