From 7adb089d252dbbe1d00c7a5d4521c0a82070245d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:14:39 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.12.0 in /Human Activity Detection 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] --- Human Activity Detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Human Activity Detection/requirements.txt b/Human Activity Detection/requirements.txt index 3f3a088..2da905d 100644 --- a/Human Activity Detection/requirements.txt +++ b/Human Activity Detection/requirements.txt @@ -5,7 +5,7 @@ Flask-Uploads==0.2.1 numpy==1.22.0 opencv-python==4.2.0.32 pytorch_lightning==1.3.3 -torch==1.13.1 +torch==2.12.0 torchvision==0.9.1 pyyaml==5.4 Werkzeug==2.2.3