Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The examples in the examples directory are:
pip3 install -r requirements.txt


Tested with Python 3.9.4.
We recommend to use Python version 3.12


## Contributing
Expand Down
12 changes: 7 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = suprb
version = 0.1.01
version = 1.0.15
author = Michael Heider, Jonathan Wurth, Roman-Alexander Sraj
author_email = michael.heider@uni-a.de
description = SupRB: The Supervised Rule-based Learning System
Expand All @@ -13,9 +13,11 @@ classifiers =

[options]
packages = find:
python_requires = >=3.9
python_requires = ==3.12
include_package_data = True
install_requires =
numpy >= 1.20.0
scipy >= 1.7.0
scikit-learn >= 1.0.0
matplotlib==3.10.3
pandas==2.3.0
pytest==8.4.1
scikit-learn==1.7.0
tqdm==4.67.1