瀏覽代碼

Require stan 2.14 or later

Ben Letham 8 年之前
父節點
當前提交
20aca85bbb
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      R/DESCRIPTION
  2. 2 2
      python/setup.py

+ 1 - 1
R/DESCRIPTION

@@ -19,7 +19,7 @@ Imports:
     extraDistr,
     ggplot2,
     grid,
-    rstan,
+    rstan (>= 2.14.0),
     scales,
     stats,
     tidyr,

+ 2 - 2
python/setup.py

@@ -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,