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

test to pass faillure

parent 55eaebaa
No related branches found
No related tags found
No related merge requests found
Pipeline #11743 failed
...@@ -166,18 +166,17 @@ def setup_package(): ...@@ -166,18 +166,17 @@ def setup_package():
'License :: OSI Approved :: GNU Lesser General Public License' 'License :: OSI Approved :: GNU Lesser General Public License'
' v3 or later (LGPLv3+)', ' v3 or later (LGPLv3+)',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.6',
'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Scientific/Engineering :: Artificial Intelligence',
'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.8'
extras_require = { extras_require = {
'dev': ['pytest', 'pytest-cov'], 'dev': ['pytest', 'pytest-cov'],
'doc': ['sphinx', 'numpydoc', 'sphinx_gallery', 'matplotlib', "sphinx_rtd_theme"]} 'doc': ['sphinx', 'numpydoc', 'sphinx_gallery', 'matplotlib', "sphinx_rtd_theme"]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment