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 3eb0031274e Bump torch (#38903)
3eb0031274e is described below

commit 3eb0031274ea97932c80a61ae54f47c5a290581d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 10 19:06:55 2026 -0400

    Bump torch (#38903)
    
    Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 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/v2.2.0...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/ml-orchestration/kfp/components/train/requirements.txt     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sdks/python/apache_beam/examples/ml-orchestration/kfp/components/train/requirements.txt
 
b/sdks/python/apache_beam/examples/ml-orchestration/kfp/components/train/requirements.txt
index ba1103dd1ef..5b996fdfc70 100644
--- 
a/sdks/python/apache_beam/examples/ml-orchestration/kfp/components/train/requirements.txt
+++ 
b/sdks/python/apache_beam/examples/ml-orchestration/kfp/components/train/requirements.txt
@@ -13,6 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-torch==2.2.0
+torch==2.12.0
 numpy==1.22.4
 Pillow==10.2.0
\ No newline at end of file

Reply via email to