Skip to content

Commit 479ae6d

Browse files
Update scikit-learn requirement from <=1.6.1 to <=1.7.0
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.7.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47f4b29 commit 479ae6d

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.1",
42+
"scikit-learn <= 1.7.0",
4343
"scipy >= 1.14.0,<= 1.15.3", # nipype needs networkx, which needs scipy > 1.8.0
4444
"seaborn", # for plots
4545
"sentry-sdk ~= 2.29.1", # for usage reports

0 commit comments

Comments
 (0)