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

Update setup.py

parent 206177b3
No related branches found
No related tags found
No related merge requests found
Pipeline #11881 failed
...@@ -175,7 +175,7 @@ def setup_package(): ...@@ -175,7 +175,7 @@ def setup_package():
keywords = ('machine learning, supervised learning, classification, ' keywords = ('machine learning, supervised learning, classification, '
'ensemble methods, boosting, kernel') 'ensemble methods, boosting, kernel')
packages = find_packages(exclude=['*.tests']) packages = find_packages(exclude=['*.tests'])
install_requires = ['scikit-learn==0.24.2', 'numpy', 'scipy', 'cvxopt' ] install_requires = ['scikit-learn>=0.24.2', 'numpy', 'scipy', 'cvxopt' ]
python_requires = '>=3.6' python_requires = '>=3.6'
extras_require = { extras_require = {
'dev': ['pytest', 'pytest-cov'], '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