From 140e33451c4918eefac9a91ec7dc9d057961d664 Mon Sep 17 00:00:00 2001 From: Dawid Macha Date: Fri, 11 Jul 2025 14:04:43 +0200 Subject: [PATCH 1/2] fix: Fix problem with new jpype version, which was causing problems --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 22e4bc9..629c9c1 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'pandas>=1.5', 'scipy>=1.11', 'scikit-learn>=1.1', - 'JPype1>=1.5.0', + 'JPype1==1.5.2', 'pydantic>=2.0', 'requests>=2.32.3', ], From 5c51ff8789f8322f42aaff242af0eb09d4f012d1 Mon Sep 17 00:00:00 2001 From: Dawid Macha Date: Fri, 11 Jul 2025 14:06:33 +0200 Subject: [PATCH 2/2] bump version to v2.1.24.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 629c9c1..544c215 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="rulekit", - version='2.1.24.1', + version='2.1.24.2', author="Cezary Maszczyk", author_email="cezary.maszczyk@gmail.com", description="Comprehensive suite for rule-based learning",