Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cezary.maszczyk committed Jan 30, 2024
2 parents bf9bcc6 + 1344820 commit 431e7bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="rulekit",
version='1.7.2',
version='1.7.3',
author="Cezary Maszczyk",
author_email="cezary.maszczyk@gmail.com",
description="Comprehensive suite for rule-based learning",
Expand All @@ -29,14 +29,11 @@
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
],
include_package_data = True,
python_requires='>=3.6',
include_package_data=True,
python_requires='>=3.9',
install_requires=[
"pandas >= 1.5.0, < 2.3.0",
"scikit-learn >= 1.1.0, < 1.4.0",
"requests >= 2.31.0, < 2.32.0",
"scipy >= 1.11.0, < 1.12.0",
"joblib >= 1.3.0, < 1.4.0",
"JPype1 >= 1.5.0, < 1.6.0",
"pydantic >= 2.0.0, < 2.6.0"
],
Expand Down
2 changes: 2 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
scipy >= 1.11.0, < 1.12.0
requests >= 2.31.0, < 2.32.0

0 comments on commit 431e7bc

Please sign in to comment.