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 6a2dbb67985 Bump torch (#38896)
6a2dbb67985 is described below

commit 6a2dbb67985ecdd02a22f0ef0ee0f5e0095cf921
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 10 17:15:13 2026 -0400

    Bump torch (#38896)
    
    Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.12.0.
    - [Release notes](https://github.com/pytorch/pytorch/releases)
    - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
    - [Commits](https://github.com/pytorch/pytorch/compare/v1.13.1...v2.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: torch
      dependency-version: 2.12.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 572763492f4..69f6aecf2d5 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
@@ -29,7 +29,7 @@ from setuptools import find_packages
 REQUIREMENTS = [
     "apache-beam[gcp]==2.40.0",
     "transformers==4.38.0",
-    "torch==1.13.1",
+    "torch==2.12.0",
     "scikit-learn==1.0.2",
 ]
 

Reply via email to