Skip to content
Snippets Groups Projects
Commit f86dc3d0 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Modified sklearns version

parent 4bb038a0
No related branches found
No related tags found
No related merge requests found
Pipeline #6435 failed
......@@ -176,7 +176,7 @@ def setup_package():
keywords = ('machine learning, supervised learning, classification, '
'ensemble methods, boosting, kernel')
packages = find_packages(exclude=['*.tests'])
install_requires = ['scikit-learn>=0.19', 'numpy', 'scipy', 'cvxopt' ]
install_requires = ['scikit-learn>=0.22', 'numpy', 'scipy', 'cvxopt' ]
python_requires = '>=3.5'
extras_require = {
'dev': ['pytest', 'pytest-cov'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment