Skip to content

Commit 4031dad

Browse files
deps(deps): update scikit-learn requirement from ~=1.7.2 to ~=1.8.0 (#5)
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.7.2...1.8.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6fe3af7 commit 4031dad

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
@@ -35,7 +35,7 @@ dependencies = [
3535
"httpx~=0.28.0",
3636
"tiktoken>=0.7.0",
3737
"aiofiles>=24.1,<25.2",
38-
"scikit-learn~=1.7.2",
38+
"scikit-learn~=1.8.0",
3939
"markdown-it-py~=4.0",
4040
"google-auth~=2.41",
4141
"pydantic~=2.0",

0 commit comments

Comments
 (0)