Skip to content

Commit ba20685

Browse files
Update scikit-learn requirement from <=1.5.1 to <=1.6.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.6.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea0405d commit ba20685

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
@@ -26,7 +26,7 @@ dependencies = [
2626
"pandas<=2.2.2",
2727
"pybids<=0.17.0",
2828
"pyyaml",
29-
"scikit-learn<=1.5.1",
29+
"scikit-learn<=1.6.0",
3030
"tqdm",
3131
]
3232
dynamic = ["version"]

0 commit comments

Comments
 (0)