File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors:
1111 orcid : " https://orcid.org/0000-0001-7570-2726"
1212 affiliation : " South Westphalia University of Applied Sciences, Germany"
1313license : " 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
1616doi : 10.5281/zenodo.11159759
1717url : " https://github.com/fhswf/MLPro-Int-scikit-learn"
Original file line number Diff line number Diff line change 2222author = 'Detlef Arend, Steve Yuwono, Laxmikant Shrikant Baheti et al'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.3.0 '
25+ release = '0.3.1 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- mlpro [full ]>= 1.9.6
1+ mlpro [full ]>= 1.9.7
22scikit-learn >= 1.6.1
Original file line number Diff line number Diff line change 11[metadata]
22name = mlpro-int-scikit-learn
3- version = 0.3.0
3+ version = 0.3.1
44author = MLPro Team
55author_email = mlpro@listen.fh-swf.de
66description = MLPro: Integration scikit-learn
@@ -26,5 +26,5 @@ where = src
2626
2727[options.extras_require]
2828full =
29- mlpro[full]>=1.9.6
29+ mlpro[full]>=1.9.7
3030 scikit-learn>=1.6.1
Original file line number Diff line number Diff line change 22
33
44setup (name = 'mlpro-int-scikit-learn' ,
5- version = '0.3.0 ' ,
5+ version = '0.3.1 ' ,
66description = 'MLPro: Integration scikit-learn' ,
77author = 'MLPro Team' ,
88author_mail = 'mlpro@listen.fh-swf.de' ,
1212# Package dependencies for full installation
1313extras_require = {
1414 "full" : [
15- "mlpro[full]>=1.9.6 " ,
15+ "mlpro[full]>=1.9.7 " ,
1616 "scikit-learn>=1.6.1"
1717 ],
1818},
You can’t perform that action at this time.
0 commit comments