Declare matplotlib/numpy as explicit dependencies.

This commit is contained in:
Rolando Espinoza 2017-02-24 02:40:39 -04:00
parent 61b4822c37
commit 3162d6c94f

View file

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