diff --git a/README.md b/README.md index 13cc3634..297b8726 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.cfg b/setup.cfg index 793f738e..3619d886 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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