Skip to content

Commit 1344820

Browse files
author
cezary.maszczyk
committed
build: Remove dependecies used only in tests from setup.py
1 parent 261857e commit 1344820

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

setup.py

+3-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="rulekit",
12-
version='1.7.2',
12+
version='1.7.3',
1313
author="Cezary Maszczyk",
1414
author_email="[email protected]",
1515
description="Comprehensive suite for rule-based learning",
@@ -29,14 +29,11 @@
2929
"Intended Audience :: Developers",
3030
"Intended Audience :: Science/Research",
3131
],
32-
include_package_data = True,
33-
python_requires='>=3.6',
32+
include_package_data=True,
33+
python_requires='>=3.9',
3434
install_requires=[
3535
"pandas >= 1.5.0, < 2.3.0",
3636
"scikit-learn >= 1.1.0, < 1.4.0",
37-
"requests >= 2.31.0, < 2.32.0",
38-
"scipy >= 1.11.0, < 1.12.0",
39-
"joblib >= 1.3.0, < 1.4.0",
4037
"JPype1 >= 1.5.0, < 1.6.0",
4138
"pydantic >= 2.0.0, < 2.6.0"
4239
],

tests/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scipy >= 1.11.0, < 1.12.0
2+
requests >= 2.31.0, < 2.32.0

0 commit comments

Comments
 (0)