This is an automated email from the ASF dual-hosted git repository.

jrmccluskey 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 af416a4cc4f Bump torch (#25057)
af416a4cc4f is described below

commit af416a4cc4f6300b08118fa4179fb3228792bf5f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 1 12:01:14 2023 -0500

    Bump torch (#25057)
    
    Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1 to 1.13.1.
    - [Release notes](https://github.com/pytorch/pytorch/releases)
    - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
    - [Commits](https://github.com/pytorch/pytorch/compare/v1.12.1...v1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: torch
      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 51983469a11..799bf953ae3 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.21.1",
-    "torch==1.12.1",
+    "torch==1.13.1",
     "scikit-learn==1.0.2",
 ]
 

Reply via email to