Skip to content

Commit 9bc897b

Browse files
Bump scikit-learn from 1.4.2 to 1.5.0
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.4.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bba6181 commit 9bc897b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"pandas==1.3.5",
2323
"pyarrow==14.0.1",
2424
"retry==0.9.2",
25-
"scikit-learn==1.4.2",
25+
"scikit-learn==1.5.0",
2626
"tensorflow==2.12.1",
2727
"tensorflow-datasets==4.9.6",
2828
"parameterized==0.8.1",

spade_anomaly_detection/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ joblib==1.2.0
44
pandas==1.3.5
55
pyarrow==14.0.1
66
retry==0.9.2
7-
scikit-learn==1.4.2
7+
scikit-learn==1.5.0
88
tensorflow-datasets==4.9.6
99
parameterized==0.8.1
1010
# These are test dependencies and should be added as part of a separate layer

0 commit comments

Comments
 (0)