Skip to content

Commit ef30138

Browse files
committed
Enable support for scikit-learn 1.5
Signed-off-by: Keith Battocchi <[email protected]>
1 parent 4fbd10e commit ef30138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
dependencies = [
2323
"numpy",
2424
"scipy > 1.4.0",
25-
"scikit-learn >= 1.0, < 1.5",
25+
"scikit-learn >= 1.0, < 1.6",
2626
"sparse",
2727
"joblib >= 0.13.0",
2828
"statsmodels >= 0.10",

0 commit comments

Comments
 (0)