From fa9f9ae7b6768a1f6b36d4cc47afe2ee0a4a1016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 17:49:58 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.13.0 in /Human Activity Detection Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.13.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.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.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..b535bd4 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.13.0 torchvision==0.9.1 pyyaml==5.4 Werkzeug==2.2.3