Skip to content

Commit 48fe3b9

Browse files
chore(deps-dev): update scikit-learn requirement (#85)
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.5.0...1.8.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6968a6 commit 48fe3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev = [
2929
"build>=1.2.2,<1.4.0",
3030
"ruff>=0.12.2,<0.15.0",
3131
"sphinx>=7.3.7,<8.2.0",
32-
"scikit-learn>=1.5,<1.8",
32+
"scikit-learn>=1.5,<1.9",
3333
"pre-commit>=4.0.1,<4.6.0"
3434
]
3535

@@ -46,7 +46,7 @@ dev-dependencies = [
4646
"build>=1.2.2,<1.4.0",
4747
"ruff>=0.12.2,<0.15.0",
4848
"sphinx>=7.3.7,<8.2.0",
49-
"scikit-learn>=1.5,<1.8",
49+
"scikit-learn>=1.5,<1.9",
5050
"pre-commit>=4.0.1,<4.6.0"
5151
]
5252

0 commit comments

Comments
 (0)