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 043556c4b90 Bump torch (#38897)
043556c4b90 is described below
commit 043556c4b90ae099ffa2e1a5b40960fc3d3e7fae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 10 19:06:03 2026 -0400
Bump torch (#38897)
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>
---
.../inference/anomaly_detection/anomaly_detection_pipeline/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py
b/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py
index a415648cdf9..ccc2f97b048 100644
---
a/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py
+++
b/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py
@@ -33,7 +33,7 @@ REQUIREMENTS = [
"hdbscan==0.8.28",
"scikit-learn==1.7.1",
"transformers==4.36.0",
- "torch==1.13.1",
+ "torch==2.12.0",
"pandas==1.3.5",
"yagmail==0.15.283",
]