Преглед на файлове

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,
     extraDistr,
     ggplot2,
     ggplot2,
     grid,
     grid,
-    rstan,
+    rstan (>= 2.14.0),
     scales,
     scales,
     stats,
     stats,
     tidyr,
     tidyr,

+ 2 - 2
python/setup.py

@@ -78,13 +78,13 @@ setup(
     packages=['fbprophet', 'fbprophet.tests'],
     packages=['fbprophet', 'fbprophet.tests'],
     setup_requires=[
     setup_requires=[
         'Cython>=0.22',
         'Cython>=0.22',
-        'pystan>=2.8',
+        'pystan>=2.14',
     ],
     ],
     install_requires=[
     install_requires=[
         'matplotlib',
         'matplotlib',
         'numpy',
         'numpy',
         'pandas>=0.16',
         'pandas>=0.16',
-        'pystan>=2.8',
+        'pystan>=2.14',
     ],
     ],
     zip_safe=False,
     zip_safe=False,
     include_package_data=True,
     include_package_data=True,