diff --git a/python/setup.py b/python/setup.py index 6e5bd22..308db20 100644 --- a/python/setup.py +++ b/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,