From aa0afadc56abef61081a1891b43b65e87a9bcc18 Mon Sep 17 00:00:00 2001 From: Sarius2009 <46137712+Sarius2009@users.noreply.github.com> Date: Thu, 27 Jun 2024 01:05:26 +0200 Subject: [PATCH] Updated setup.cfg to require newer scipy version Fixes issue #1073 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8eca9258..6c2890af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = requests>=2.9.1 numpy >=1.15.1 pandas>=0.25.0 - scipy>=1.2.0 + scipy>=1.14.0 statsmodels>=0.13 patsy>=0.4.1 scikit-learn>=0.22.0