Skip to content

Commit a14b7fd

Browse files
chore(deps): Update scikit-learn requirement (#976)
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@1.6.1...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c05cde commit a14b7fd

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
@@ -49,7 +49,7 @@ examples = [
4949
"textdistance~=4.0",
5050
"datasets>2,<4",
5151
"sympy~=1.0",
52-
"scikit-learn~=1.6.1",
52+
"scikit-learn>=1.6.1,<1.8.0",
5353
"faiss-cpu>=1.10,<1.12"
5454
]
5555
docs = [

0 commit comments

Comments
 (0)