File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed 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.0 "
15
- date-released : 2025-03-07
14
+ version : " 0.3.1 "
15
+ date-released : 2025-03-10
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.0 '
25
+ release = '0.3.1 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
- mlpro [full ]>= 1.9.6
1
+ mlpro [full ]>= 1.9.7
2
2
scikit-learn >= 1.6.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.0
3
+ version = 0.3.1
4
4
author = MLPro Team
5
5
author_email = mlpro@listen.fh-swf.de
6
6
description = MLPro: Integration scikit-learn
@@ -26,5 +26,5 @@ where = src
26
26
27
27
[options.extras_require]
28
28
full =
29
- mlpro[full]>=1.9.6
29
+ mlpro[full]>=1.9.7
30
30
scikit-learn>=1.6.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.0 ' ,
5
+ version = '0.3.1 ' ,
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.6 " ,
15
+ "mlpro[full]>=1.9.7 " ,
16
16
"scikit-learn>=1.6.1"
17
17
],
18
18
},
You can’t perform that action at this time.
0 commit comments