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

sklearn compatibility

parent 4fad0c63
No related branches found
No related tags found
No related merge requests found
Pipeline #8601 passed
......@@ -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.24', 'numpy', 'scipy', 'cvxopt' ]
install_requires = ['scikit-learn==0.24.2', 'numpy', 'scipy', 'cvxopt' ]
python_requires = '>=3.6'
extras_require = {
'dev': ['pytest', 'pytest-cov'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment