File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- ![ version] ( https://img.shields.io/badge/version-0.0.6 -green ) ![ TrustyAI] ( https://img.shields.io/badge/TrustyAI-1.12 -green ) [ ![ Tests] ( https://github.com/trustyai-python/module/actions/workflows/workflow.yml/badge.svg )] ( https://github.com/trustyai-python/examples/actions/workflows/workflow.yml )
1+ ![ version] ( https://img.shields.io/badge/version-0.0.7 -green ) ![ TrustyAI] ( https://img.shields.io/badge/TrustyAI-1.17 -green ) [ ![ Tests] ( https://github.com/trustyai-python/module/actions/workflows/workflow.yml/badge.svg )] ( https://github.com/trustyai-python/examples/actions/workflows/workflow.yml )
22
33# python-trustyai
44
Original file line number Diff line number Diff line change 77with open (os .path .join (here , 'README.md' ), encoding = 'utf-8' ) as f :
88 long_description = f .read ()
99
10- TRUSTY_VERSION = "1.12 .0.Final"
10+ TRUSTY_VERSION = "1.17 .0.Final"
1111
1212
1313class PostInstall (install ):
@@ -27,7 +27,7 @@ def run(self):
2727
2828setup (
2929 name = "trustyai" ,
30- version = "0.0.6 " ,
30+ version = "0.0.7 " ,
3131 description = "Python bindings to the TrustyAI explainability library" ,
3232 long_description = long_description ,
3333 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 88import jpype .imports
99from jpype import _jcustomizer , _jclass
1010
11- TRUSTY_VERSION = "1.12 .0.Final"
11+ TRUSTY_VERSION = "1.17 .0.Final"
1212DEFAULT_DEP_PATH = os .path .join (site .getsitepackages ()[0 ], "trustyai" , "dep" )
1313
1414CORE_DEPS = [
1515 f"{ DEFAULT_DEP_PATH } /org/kie/kogito/explainability-core/{ TRUSTY_VERSION } /*" ,
1616 f"{ DEFAULT_DEP_PATH } /org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" ,
1717 f"{ DEFAULT_DEP_PATH } /org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar" ,
18- f"{ DEFAULT_DEP_PATH } /org/optaplanner/optaplanner-core/8.12 .0.Final/"
19- f"optaplanner-core-8.12 .0.Final.jar" ,
18+ f"{ DEFAULT_DEP_PATH } /org/optaplanner/optaplanner-core/8.17 .0.Final/"
19+ f"optaplanner-core-8.17 .0.Final.jar" ,
2020 f"{ DEFAULT_DEP_PATH } /org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar" ,
21- f"{ DEFAULT_DEP_PATH } /org/kie/kie-api/7.59 .0.Final /kie-api-7.59 .0.Final .jar" ,
22- f"{ DEFAULT_DEP_PATH } /io/micrometer/micrometer-core/1.7.4 /micrometer-core-1.7.4 .jar" ,
21+ f"{ DEFAULT_DEP_PATH } /org/kie/kie-api/8.17 .0.Beta /kie-api-8.17 .0.Beta .jar" ,
22+ f"{ DEFAULT_DEP_PATH } /io/micrometer/micrometer-core/1.8.2 /micrometer-core-1.8.2 .jar" ,
2323]
2424
2525
You can’t perform that action at this time.
0 commit comments