diff --git a/setup.py b/setup.py index 57463386..0c6baa69 100644 --- a/setup.py +++ b/setup.py @@ -15,13 +15,14 @@ 'scipy', 'matplotlib', 'pandas', - 'scikit-learn', + 'scikit-learn>=0.23.0', # 0.23+ only works on py3.6+) 'cvxpy', 'cvxopt', 'mlxtend', 'pytest', 'pytest-cov' ], + python_requires='>=3.6', classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",