Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7ddfe38

Browse files
authoredJun 16, 2025··
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 271a5ef commit 7ddfe38

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.30.0", # for usage reports

0 commit comments

Comments
 (0)
Please sign in to comment.