From 4f39c3dfec0647f47554cdbdf8c698cbd9e5cab5 Mon Sep 17 00:00:00 2001 From: Carlo Wiesse Date: Tue, 6 Feb 2024 13:07:43 +0000 Subject: [PATCH] Bump torch from 1.8.1 to 1.13.1 in /easy_perception_deployment/gui Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.1 to 1.13.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.8.1...v1.13.1) --- updated-dependencies: - dependency-name: torch 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 3aea782..ad41fe3 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.8.1 +torch==1.13.1 torchvision==0.9.1 lark-parser==0.11.2 empy==3.3.4