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

Update setup.py

parent c0f883b5
No related branches found
No related tags found
No related merge requests found
Pipeline #11892 failed
...@@ -94,7 +94,7 @@ def wselect(args, dirname, names): ...@@ -94,7 +94,7 @@ def wselect(args, dirname, names):
for n in names: for n in names:
for rev in reclean: for rev in reclean:
if (rev.match(n)): if (rev.match(n)):
os.remove("%s/%s" %(dirname, n)) os.remove("%s/%s" %(dirname, n))(
break break
...@@ -172,8 +172,8 @@ def setup_package(): ...@@ -172,8 +172,8 @@ def setup_package():
'Operating System :: Microsoft :: Windows', 'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
'Operating System :: MacOS'], 'Operating System :: MacOS'],
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'
......
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