From 318c35aff35e66b0dcda36d7a091f9de8871a4df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:28:26 +0000 Subject: [PATCH] Bump torch from 1.2.0 to 2.12.1 in /examples Bumps [torch](https://github.com/pytorch/pytorch) from 1.2.0 to 2.12.1. - [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.2.0...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index d47a0a9a4e..3633805031 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -10,6 +10,6 @@ tensorboard==1.13.1 tensorflow==2.5.3 tensorflow-estimator==1.13.0 termcolor==1.1.0 -torch==1.2.0 +torch==2.12.1 torchvision==0.4.0 wandb==0.13.1