Skip to content

Commit 3aa2e50

Browse files
build(deps): update scikit-learn requirement
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.8.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95f2c7b commit 3aa2e50

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
@@ -15,7 +15,7 @@ dependencies = [
1515
"pyliftover (>=0.4.1, <0.5.0)",
1616
"numpy>=2.3.0",
1717
"omegaconf (>=2.3.0, <2.4.0)",
18-
"scikit-learn (>=1.6.1, <1.8.0)",
18+
"scikit-learn (>=1.6.1, <1.9.0)",
1919
"pandas[gcp,parquet] (>=2.2.3, <2.4.0)",
2020
"skops (>=0.13.0, <0.14.0)",
2121
"shap>=0.50.0",

0 commit comments

Comments
 (0)