Skip to content

Commit d90fdf3

Browse files
Update scikit-learn requirement from <=1.6.0 to <=1.6.1 (#352)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42c5f94 commit d90fdf3

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.3",
2727
"pybids<=0.18.1",
2828
"pyyaml",
29-
"scikit-learn<=1.6.0",
29+
"scikit-learn<=1.6.1",
3030
"tqdm",
3131
]
3232
dynamic = ["version"]

0 commit comments

Comments
 (0)