Skip to content

Commit

Permalink
Fixes issue #1073: Updated setup.cfg to require newer scipy version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarius2009 authored Jul 14, 2024
1 parent 1a71969 commit a2ea97e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2ea97e

Please sign in to comment.