From a6bf2bacf8fb55d65bd01a567403456146a8068a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 16:17:25 +0000 Subject: [PATCH] Bump torch from 1.2.0 to 2.6.0 in /examples Bumps [torch](https://github.com/pytorch/pytorch) from 1.2.0 to 2.6.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.2.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 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..c79c8e901b 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.6.0 torchvision==0.4.0 wandb==0.13.1