Skip to content

Commit 5d203fc

Browse files
committed
1 parent d16ff9e commit 5d203fc

File tree

4 files changed

+58102
-100
lines changed

4 files changed

+58102
-100
lines changed

pyproject.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Python bindings to the TrustyAI explainability library."
55
authors = [{ name = "Rui Vieira", email = "[email protected]" }]
66
license = { text = "Apache License Version 2.0" }
77
readme = "README.md"
8-
requires-python = ">=3.8"
8+
requires-python = ">=3.12"
99

1010
keywords = ["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

2425
dependencies = [
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]
@@ -42,11 +43,11 @@ dev = [
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
]
5152
extras = ["aix360[default,tsice,tslime,tssaliency]==0.3.0"]
5253

0 commit comments

Comments
 (0)