From a2ea97e3da7872634cf6ce41041e45ff72f6b497 Mon Sep 17 00:00:00 2001 From: Sarius2009 <46137712+Sarius2009@users.noreply.github.com> Date: Sun, 14 Jul 2024 13:21:56 +0200 Subject: [PATCH] Fixes issue #1073: Updated setup.cfg to require newer scipy version (#1081) --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8eca9258..0043f036 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,8 @@ install_requires = requests>=2.9.1 numpy >=1.15.1 pandas>=0.25.0 - scipy>=1.2.0 + scipy>=1.14.0;python_version>='3.10' + scipy>=1.2.0;python_version<'3.10' statsmodels>=0.13 patsy>=0.4.1 scikit-learn>=0.22.0