diff --git a/setup.py b/setup.py index 2aa348d3..c01cb1c7 100644 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ def finalize_options(self): 'scikit-learn[alldeps]>=0.18', # See https://github.com/scipy/scipy/pull/8082 'scipy!=1.0.0', - 'statsmodels', + 'statsmodels<=0.12.0', 'pymanopt', 'theano>=1.0.4', # See https://github.com/Theano/Theano/pull/6671 'pybind11>=1.7',