11[project ]
22name  = " trustyai" 
3- version  = " 0.6.1 " 
3+ version  = " 0.6.2 " 
44description  = " Python bindings to the TrustyAI explainability library." 
55authors  = [{ 
name  = 
" Rui Vieira" , 
email  = 
" [email protected] "  }]
66license  = { text  = " Apache License Version 2.0" 
77readme  = " README.md" 
8- requires-python  = " >=3.8 " 
8+ requires-python  = " >=3.10 " 
99
1010keywords  = [" trustyai" " xai" " explainability" " ml" 
1111
@@ -15,18 +15,19 @@ classifiers = [
1515    " Intended Audience :: Developers" 
1616    " Intended Audience :: Science/Research" 
1717    " Programming Language :: Java" 
18-     " Programming Language :: Python :: 3.8" 
19-     " Programming Language :: Python :: 3.9" 
18+     " Programming Language :: Python :: 3.10" 
19+     " Programming Language :: Python :: 3.11" 
20+     " Programming Language :: Python :: 3.12" 
2021    " Topic :: Scientific/Engineering :: Artificial Intelligence" 
2122    " Topic :: Software Development :: Libraries :: Java Libraries" 
2223]
2324
2425dependencies  = [
2526    " Jpype1==1.5.0" 
26-     " pyarrow==17 .0.0" 
27-     " matplotlib~=3.6 .3" 
27+     " pyarrow==20 .0.0" 
28+     " matplotlib~=3.10 .3" 
2829    " pandas~=1.5.3" 
29-     " numpy~=1.24.1 " 
30+     " numpy~=1.26.4 " 
3031    " jupyter-bokeh~=4.0.5" 
3132]
3233
@@ -38,15 +39,15 @@ dev = [
3839    " joblib~=1.2.0" 
3940    " jupyterlab~=4.4.4" 
4041    " numpydoc==1.5.0" 
41-     " pylint==2.15.6 " 
42+     " pylint==3.2.0 " 
4243    " pytest~=7.2.1" 
4344    " pytest-benchmark==4.0.0" 
4445    " pytest-forked~=1.6.0" 
45-     " scikit-learn~=1.2.1 " 
46+     " scikit-learn~=1.7.0 " 
4647    " setuptools" 
4748    " twine==3.4.2" 
4849    " wheel~=0.38.4" 
49-     " xgboost==1.4 .2" 
50+     " xgboost~=3.0 .2" 
5051]
5152extras  = [" aix360[default,tsice,tslime,tssaliency]==0.3.0" 
5253
0 commit comments