Skip to content

Commit 8e75d8c

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] <support@github.com>
1 parent a9bb722 commit 8e75d8c

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
"parameterized==0.8.1",
2727
"pytest==7.1.2",
2828
"fastavro[codecs]==1.4.12",

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
parameterized==0.8.1
99
# These are test dependencies and should be added as part of a separate layer
1010
# in the container that isn't included in the base container.

0 commit comments

Comments
 (0)