This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new f456c02459d Bump scikit-learn (#39525)
f456c02459d is described below
commit f456c02459de7bfb06d00581d23ebfb500157658
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 28 09:14:22 2026 -0400
Bump scikit-learn (#39525)
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from
1.0.2 to 1.5.0.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
-
[Commits](https://github.com/scikit-learn/scikit-learn/compare/1.0.2...1.5.0)
---
updated-dependencies:
- dependency-name: scikit-learn
dependency-version: 1.5.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.../examples/inference/online_clustering/clustering_pipeline/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py
b/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py
index e35cc2de2da..a2ed82c53a8 100644
---
a/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py
+++
b/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py
@@ -30,7 +30,7 @@ REQUIREMENTS = [
"apache-beam[gcp]==2.40.0",
"transformers==5.3.0",
"torch==2.13.0",
- "scikit-learn==1.0.2",
+ "scikit-learn==1.5.0",
]
setuptools.setup(