Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dev
scikit-multimodallearn
Commits
b005d836
Commit
b005d836
authored
Nov 18, 2021
by
Baptiste Bauvin
Browse files
sklearn compatibility
parent
4fad0c63
Pipeline
#8601
passed with stages
in 4 minutes and 11 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
b005d836
...
...
@@ -176,7 +176,7 @@ def setup_package():
keywords
=
(
'machine learning, supervised learning, classification, '
'ensemble methods, boosting, kernel'
)
packages
=
find_packages
(
exclude
=
[
'*.tests'
])
install_requires
=
[
'scikit-learn==0.24'
,
'numpy'
,
'scipy'
,
'cvxopt'
]
install_requires
=
[
'scikit-learn==0.24
.2
'
,
'numpy'
,
'scipy'
,
'cvxopt'
]
python_requires
=
'>=3.6'
extras_require
=
{
'dev'
:
[
'pytest'
,
'pytest-cov'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment