mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-25 22:26:34 +00:00
Add versions to build dependencies
This commit is contained in:
parent
60c9503299
commit
ad095ac690
2 changed files with 2 additions and 1 deletions
|
|
@ -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,2 +1,2 @@
|
|||
[build-system]
|
||||
requires = ["cython", "numpy", "pystan"]
|
||||
requires = ["Cython>=0.22", "numpy>=1.10.0", "pystan>=2.14"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue