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

harmonization all depos

parent ee7a5b34
No related branches found
No related tags found
No related merge requests found
Pipeline #16260 passed
......@@ -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', '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