11[project ]
22name = " frouros"
33version = " 0.3.1"
4- description = " A Python library for drift detection in Machine Learning problems"
4+ description = " An open source Python library for drift detection in Machine Learning problems"
55authors = [
66 {
name =
" Jaime Céspedes Sisniega" ,
email =
" [email protected] " }
77]
@@ -15,18 +15,24 @@ keywords = [
1515 " data-drift" ,
1616 " machine-learning" ,
1717 " data-science" ,
18+ " machine-learning-operations" ,
19+ " machine-learning-systems" ,
1820]
1921classifiers = [
2022 " Development Status :: 5 - Production/Stable" ,
23+ " Intended Audience :: Developers" ,
2124 " Intended Audience :: Science/Research" ,
25+ " License :: OSI Approved :: BSD License" ,
2226 " Topic :: Scientific/Engineering" ,
2327 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
2428 " Topic :: Scientific/Engineering :: Mathematics" ,
29+ " Topic :: Software Development" ,
2530 " Topic :: Software Development :: Libraries :: Python Modules" ,
2631 " Programming Language :: Python :: 3.8" ,
2732 " Programming Language :: Python :: 3.9" ,
2833 " Programming Language :: Python :: 3.10" ,
2934 " Programming Language :: Python :: 3.11" ,
35+ " Programming Language :: Python :: 3 :: Only" ,
3036]
3137requires-python = " >=3.8,<3.12"
3238dependencies = [
0 commit comments