Skip to content

Commit

Permalink
Relax statsmodels requirement to support older Python
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 26, 2024
1 parent 91fe34d commit 5cc4280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install_requires =
[options.extras_require]
train =
fisher ~=0.1.10
statsmodels ~=0.14.0
statsmodels >=0.13,<0.15

[options.packages.find]
include =
Expand Down

0 comments on commit 5cc4280

Please sign in to comment.