From 100c6214cc994ab45f63f1d39fa7c643433a19ea Mon Sep 17 00:00:00 2001 From: Robin Kupper Date: Sat, 27 May 2023 11:52:14 +0200 Subject: [PATCH] Upgraded scikit-learn --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62c38e6..d7ee65a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ python_requires=">=3.8, <4", install_requires=[ "numpy~=1.21", - "scipy~=1.7.0", + "scipy~=1.7", "scikit-learn~=0.24.2", "matplotlib~=3.4.2", "seaborn~=0.11.1",