@@ -5,7 +5,7 @@ description = "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,19 +15,20 @@ 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- " jupyter-bokeh~=3.0.5 " ,
30+ " numpy==1.26.4 " ,
31+ " jupyter-bokeh~=3.0.7 " ,
3132]
3233
3334[project .optional-dependencies ]
@@ -38,15 +39,15 @@ dev = [
3839 " joblib~=1.2.0" ,
3940 " jupyterlab~=3.5.3" ,
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