File tree Expand file tree Collapse file tree 7 files changed +15
-16
lines changed Expand file tree Collapse file tree 7 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "title" : " MLPro-Int-scikit-learn - Integration of scikit-learn into MLPro " ,
2
+ "title" : " Github repository fhswf/ MLPro-Int-scikit-learn" ,
3
3
"description" : " This repository provides wrapper classes that enable the use of selected scikit-learn functionalities in your MLPro applications." ,
4
4
"creators" : [
5
5
{
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors:
11
11
orcid : " https://orcid.org/0000-0001-7570-2726"
12
12
affiliation : " South Westphalia University of Applied Sciences, Germany"
13
13
license : " Apache-2.0"
14
- version : " 0.3.1 "
15
- date-released : 2025-03-10
14
+ version : " 0.4.0 "
15
+ date-released : 2025-07-23
16
16
doi : 10.5281/zenodo.11159759
17
17
url : " https://github.com/fhswf/MLPro-Int-scikit-learn"
Original file line number Diff line number Diff line change 22
22
author = 'Detlef Arend, Steve Yuwono, Laxmikant Shrikant Baheti et al'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.3.1 '
25
+ release = '0.4.0 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
- mlpro [full ]>= 1.9.6
2
- scikit-learn >= 1.6 .1
1
+ mlpro [full ]>= 2.1.0
2
+ scikit-learn >= 1.7 .1
3
3
4
4
sphinxcontrib-napoleon
5
5
sphinx-copybutton
Original file line number Diff line number Diff line change 1
- mlpro [full ]>= 2.0.2
2
- scikit-learn >= 1.6 .1
1
+ mlpro [full ]>= 2.1.0
2
+ scikit-learn >= 1.7 .1
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = mlpro-int-scikit-learn
3
- version = 0.3.1
4
- author = MLPro Team
3
+ version = 0.4.0
5
4
author_email = mlpro@listen.fh-swf.de
6
5
description = MLPro: Integration scikit-learn
7
6
long_description = file: README.md
@@ -18,13 +17,13 @@ classifiers =
18
17
package_dir =
19
18
= src
20
19
packages = find:
21
- python_requires = >=3.10
20
+ python_requires = >=3.11
22
21
include_package_data = True
23
22
24
23
[options.packages.find]
25
24
where = src
26
25
27
26
[options.extras_require]
28
27
full =
29
- mlpro[full]>=1.9.7
30
- scikit-learn>=1.6 .1
28
+ mlpro[full]>=2.1.0
29
+ scikit-learn>=1.7 .1
Original file line number Diff line number Diff line change 2
2
3
3
4
4
setup (name = 'mlpro-int-scikit-learn' ,
5
- version = '0.3.1 ' ,
5
+ version = '0.4.0 ' ,
6
6
description = 'MLPro: Integration scikit-learn' ,
7
7
author = 'MLPro Team' ,
8
8
author_mail = 'mlpro@listen.fh-swf.de' ,
12
12
# Package dependencies for full installation
13
13
extras_require = {
14
14
"full" : [
15
- "mlpro[full]>=1.9.7 " ,
16
- "scikit-learn>=1.6 .1"
15
+ "mlpro[full]>=2.1.0 " ,
16
+ "scikit-learn>=1.7 .1"
17
17
],
18
18
},
19
19
You can’t perform that action at this time.
0 commit comments