Skip to content

Commit

Permalink
Limit sklearn version to avoid breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kbattocchi committed May 19, 2022
1 parent ce805ef commit bbaec94
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 @@ -34,7 +34,7 @@ packages = find_namespace:
install_requires =
numpy
scipy > 1.4.0
scikit-learn > 0.22.0
scikit-learn > 0.22.0, < 1.1
sparse
joblib >= 0.13.0
statsmodels >= 0.10
Expand Down

0 comments on commit bbaec94

Please sign in to comment.