Skip to content
Snippets Groups Projects
Commit 481cded0 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

harmonization all depos

parent b490ae1b
Branches
No related tags found
No related merge requests found
Pipeline #16262 failed
......@@ -179,7 +179,7 @@ def setup_package():
keywords = ['machine learning, supervised learning, classification, ensemble methods, boosting, kernel']
packages = find_packages(exclude=['*.tests'])
setup_requires = ['numpy']
install_requires = ['scikit-learn==1.2.1', 'numpy', 'scipy', 'cvxopt' ]
install_requires = ['scikit-learn>=1.2.1', '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.
Please register or to comment