Skip to content

Commit

Permalink
Require stan 2.14 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
bletham committed Mar 5, 2017
1 parent 2d2e48b commit 20aca85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/DESCRIPTION
Expand Up @@ -19,7 +19,7 @@ Imports:
extraDistr,
ggplot2,
grid,
rstan,
rstan (>= 2.14.0),
scales,
stats,
tidyr,
Expand Down
4 changes: 2 additions & 2 deletions python/setup.py
Expand Up @@ -78,13 +78,13 @@ def with_project_on_sys_path(self, func):
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,
Expand Down

0 comments on commit 20aca85

Please sign in to comment.