Explorar o código

Merge pull request #3 from rolando-contrib/missing-deps

Declare matplotlib/numpy as explicit dependencies.
Sean J. Taylor %!s(int64=8) %!d(string=hai) anos
pai
achega
6606d5d134
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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,