Skip to content

Commit 23c1f2e

Browse files
committed
Enable sklearn 1.6
Signed-off-by: Keith Battocchi <[email protected]>
1 parent 4b14786 commit 23c1f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)