From 9d81e97da2c68ced561097ce5a9b6fe6d7fb8c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 11:21:55 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.7.0 in /easy_perception_deployment/gui Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.7.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.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- easy_perception_deployment/gui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_perception_deployment/gui/requirements.txt b/easy_perception_deployment/gui/requirements.txt index ad41fe3..c76be1e 100644 --- a/easy_perception_deployment/gui/requirements.txt +++ b/easy_perception_deployment/gui/requirements.txt @@ -2,7 +2,7 @@ PySide2==5.15.0 dateutils==0.6.12 pycocotools==2.0.2 labelme==5.0.1 -torch==1.13.1 +torch==2.7.0 torchvision==0.9.1 lark-parser==0.11.2 empy==3.3.4