Skip to content

Commit

Permalink
Update scikit-learn requirement from <=1.5.2 to <=1.6.0 (#1343)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent ba6e6ea commit 2129fc4
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 @@ -39,7 +39,7 @@ dependencies = [
"psutil >= 5.4", # for sentry
"pybids ~= 0.18.1",
"pyyaml",
"scikit-learn <= 1.5.2",
"scikit-learn <= 1.6.0",
"scipy >= 1.14.0,<= 1.14.1", # nipype needs networkx, which needs scipy > 1.8.0
"seaborn", # for plots
"sentry-sdk ~= 2.19.0", # for usage reports
Expand Down

0 comments on commit 2129fc4

Please sign in to comment.