Skip to content

Commit b611c3b

Browse files
Update scikit-learn requirement from <=1.6.0 to <=1.6.1
Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@0.1-beta...1.6.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent afb0edf commit b611c3b

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.0", # 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)