@@ -18,16 +18,16 @@ classifiers = [
18
18
" Programming Language :: Python :: 3.8" ,
19
19
" Programming Language :: Python :: 3.9" ,
20
20
" Topic :: Scientific/Engineering :: Artificial Intelligence" ,
21
- " Topic :: Software Development :: Libraries :: Java Libraries"
21
+ " Topic :: Software Development :: Libraries :: Java Libraries" ,
22
22
]
23
23
24
24
dependencies = [
25
25
" Jpype1==1.4.1" ,
26
- " pyarrow==14 .0.1 " ,
26
+ " pyarrow==17 .0.0 " ,
27
27
" matplotlib~=3.6.3" ,
28
28
" pandas~=1.5.3" ,
29
29
" numpy~=1.24.1" ,
30
- " jupyter-bokeh~=3.0.5"
30
+ " jupyter-bokeh~=3.0.5" ,
31
31
]
32
32
33
33
[project .optional-dependencies ]
@@ -38,7 +38,6 @@ dev = [
38
38
" joblib~=1.2.0" ,
39
39
" jupyterlab~=3.5.3" ,
40
40
" numpydoc==1.5.0" ,
41
- " pyarrow==14.0.1" ,
42
41
" pylint==2.15.6" ,
43
42
" pytest~=7.2.1" ,
44
43
" pytest-benchmark==4.0.0" ,
@@ -47,25 +46,21 @@ dev = [
47
46
" setuptools" ,
48
47
" twine==3.4.2" ,
49
48
" wheel~=0.38.4" ,
50
- " xgboost==1.4.2"
51
- ]
52
- extras = [
53
- " aix360[default,tsice,tslime,tssaliency]==0.3.0"
49
+ " xgboost==1.4.2" ,
54
50
]
51
+ extras = [" aix360[default,tsice,tslime,tssaliency]==0.3.0" ]
55
52
56
53
detoxify = [
57
54
" transformers~=4.36.2" ,
58
55
" datasets" ,
59
- " scipy" ,
60
- " torch" ,
56
+ " scipy~=1.12.0 " ,
57
+ " torch~=2.2.1 " ,
61
58
" iter-tools" ,
62
59
" evaluate" ,
63
- " trl"
60
+ " trl" ,
64
61
]
65
62
66
- api = [
67
- " kubernetes"
68
- ]
63
+ api = [" kubernetes" ]
69
64
70
65
[project .urls ]
71
66
homepage = " https://github.com/trustyai-explainability/trustyai-explainability-python"
@@ -83,7 +78,7 @@ package-dir = { "" = "src" }
83
78
log_cli = true
84
79
addopts = ' -m="not block_plots"'
85
80
markers = [
86
- " block_plots: Test plots will block execution of subsequent tests until closed"
81
+ " block_plots: Test plots will block execution of subsequent tests until closed" ,
87
82
]
88
83
89
84
[tool .setuptools .packages .find ]
0 commit comments