mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-20 19:12:31 +00:00
Require stan 2.14 or later
This commit is contained in:
parent
2d2e48b460
commit
20aca85bbb
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ Imports:
|
|||
extraDistr,
|
||||
ggplot2,
|
||||
grid,
|
||||
rstan,
|
||||
rstan (>= 2.14.0),
|
||||
scales,
|
||||
stats,
|
||||
tidyr,
|
||||
|
|
|
|||
|
|
@ -78,13 +78,13 @@ setup(
|
|||
packages=['fbprophet', 'fbprophet.tests'],
|
||||
setup_requires=[
|
||||
'Cython>=0.22',
|
||||
'pystan>=2.8',
|
||||
'pystan>=2.14',
|
||||
],
|
||||
install_requires=[
|
||||
'matplotlib',
|
||||
'numpy',
|
||||
'pandas>=0.16',
|
||||
'pystan>=2.8',
|
||||
'pystan>=2.14',
|
||||
],
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue