Pārlūkot izejas kodu

Declare matplotlib/numpy as explicit dependencies.

Rolando Espinoza 8 gadi atpakaļ
vecāks
revīzija
3162d6c94f
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3 1
      python/setup.py

+ 3 - 1
python/setup.py

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