Skip to content

Commit 447e48f

Browse files
Update scikit-learn requirement from <=1.6.0 to <=1.6.1 (#1354)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c842c1 commit 447e48f

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
@@ -39,7 +39,7 @@ dependencies = [
3939
"psutil >= 5.4", # for sentry
4040
"pybids ~= 0.18.1",
4141
"pyyaml",
42-
"scikit-learn <= 1.6.0",
42+
"scikit-learn <= 1.6.1",
4343
"scipy >= 1.14.0,<= 1.15.1", # nipype needs networkx, which needs scipy > 1.8.0
4444
"seaborn", # for plots
4545
"sentry-sdk ~= 2.20.0", # for usage reports

0 commit comments

Comments
 (0)