File tree 3 files changed +32
-3
lines changed
3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change
1
+ atomicwrites == 1.4.0
2
+ attrs == 20.3.0
3
+ certifi == 2021.5.30
4
+ chardet == 4.0.0
5
+ colorama == 0.4.4
6
+ idna == 2.10
7
+ iniconfig == 1.1.1
8
+ joblib == 1.0.0
9
+ JPype1 == 1.2.1
10
+ more-itertools == 8.8.0
11
+ numpy == 1.20.0
12
+ packaging == 20.9
13
+ pandas == 1.2.1
14
+ pluggy == 0.13.1
15
+ py == 1.10.0
16
+ pyparsing == 2.4.7
17
+ pytest == 4.6.11
18
+ python-dateutil == 2.8.1
19
+ pytz == 2021.1
20
+ requests == 2.25.1
21
+ scikit-learn == 0.24.1
22
+ scipy == 1.6.0
23
+ six == 1.15.0
24
+ sklearn == 0.0
25
+ threadpoolctl == 2.1.0
26
+ toml == 0.10.2
27
+ urllib3 == 1.26.5
28
+ wcwidth == 0.2.5
Original file line number Diff line number Diff line change 1
1
from .main import RuleKit
2
2
3
- __version__ = '1.5.5 '
3
+ __version__ = '1.5.7 '
4
4
5
5
RuleKit = RuleKit
Original file line number Diff line number Diff line change 9
9
10
10
setuptools .setup (
11
11
name = "rulekit" ,
12
- version = '1.5.6 ' ,
12
+ version = '1.5.7 ' ,
13
13
author = "Cezary Maszczyk" ,
14
14
15
15
description = "Comprehensive suite for rule-based learning" ,
36
36
"scikit-learn ~= 0.24.1" ,
37
37
"requests ~= 2.25.1" ,
38
38
"scipy ~= 1.6.0" ,
39
- "joblib ~= 1.0.0"
39
+ "joblib ~= 1.0.0" ,
40
+ "JPype1 ~= 1.2.1" ,
40
41
],
41
42
test_suite = "tests" ,
42
43
download_url = 'https://github.com/adaa-polsl/RuleKit-python/archive/refs/tags/v1.5.6.tar.gz' ,
You can’t perform that action at this time.
0 commit comments