Skip to content

Commit 03c7eda

Browse files
authored
Merge pull request #281 from anntis/sklearn_version_fix
Fix sklearn version requirement to avoid import error. The only part that is failing is the upload of the coverage.
2 parents ac8ad10 + ab82322 commit 03c7eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ joblib
22
numpy
33
pandas
44
scipy
5-
scikit-learn<1.6.0
5+
scikit-learn>=1.4.0,<1.6.0
66
statsmodels
77
plotly
88
matplotlib

0 commit comments

Comments
 (0)