Преглед изворни кода

Declare matplotlib/numpy as explicit dependencies.

Rolando Espinoza пре 8 година
родитељ
комит
3162d6c94f
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      python/setup.py

+ 3 - 1
python/setup.py

@@ -81,8 +81,10 @@ setup(
         'pystan>=2.8',
         'pystan>=2.8',
     ],
     ],
     install_requires=[
     install_requires=[
+        'matplotlib',
+        'numpy',
         'pandas',
         'pandas',
-        'pystan',
+        'pystan>=2.8',
     ],
     ],
     zip_safe=False,
     zip_safe=False,
     include_package_data=True,
     include_package_data=True,