Skip to content

Commit 07ecc7d

Browse files
chore(deps-dev): bump scikit-learn from 1.5.0 to 1.7.1 (#52)
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.0 to 1.7.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.5.0...1.7.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27e9089 commit 07ecc7d

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",
3131
"sphinx>=7.3.7,<8.2.0",
32-
"scikit-learn~=1.5.0",
32+
"scikit-learn>=1.5,<1.8",
3333
"pre-commit>=4.0.1,<4.4.0"
3434
]
3535

@@ -46,6 +46,6 @@ dev-dependencies = [
4646
"build>=1.2.2,<1.4.0",
4747
"ruff~=0.12.2",
4848
"sphinx>=7.3.7,<8.2.0",
49-
"scikit-learn~=1.5.0",
49+
"scikit-learn>=1.5,<1.8",
5050
"pre-commit>=4.0.1,<4.4.0"
5151
]

0 commit comments

Comments
 (0)