瀏覽代碼

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',
     ],
     install_requires=[
+        'matplotlib',
+        'numpy',
         'pandas',
-        'pystan',
+        'pystan>=2.8',
     ],
     zip_safe=False,
     include_package_data=True,