From 0d3bc1a82487a39eb3df08648f64999506bb3280 Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Tue, 5 Jan 2021 12:00:06 -0500 Subject: [PATCH] update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",