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