Skip to content

Commit a2ea97e

Browse files
authored
Fixes issue #1073: Updated setup.cfg to require newer scipy version (#1081)
1 parent 1a71969 commit a2ea97e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ install_requires =
3737
requests>=2.9.1
3838
numpy >=1.15.1
3939
pandas>=0.25.0
40-
scipy>=1.2.0
40+
scipy>=1.14.0;python_version>='3.10'
41+
scipy>=1.2.0;python_version<'3.10'
4142
statsmodels>=0.13
4243
patsy>=0.4.1
4344
scikit-learn>=0.22.0

0 commit comments

Comments
 (0)