Skip to content

Commit

Permalink
Enable sklearn 1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
  • Loading branch information
kbattocchi committed Dec 11, 2024
1 parent 53abc4e commit 784a57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
dependencies = [
"numpy<2",
"scipy > 1.4.0",
"scikit-learn >= 1.0, < 1.6",
"scikit-learn >= 1.0, < 1.7",
"sparse",
"joblib >= 0.13.0",
"statsmodels >= 0.10",
Expand Down

0 comments on commit 784a57b

Please sign in to comment.