From 3e7df091517fa1ea54ae1a4963afe76edd8c6e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:21:26 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.7.1 in /Food Detector Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.7.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.13.1...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Food Detector/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Food Detector/requirements.txt b/Food Detector/requirements.txt index 773b9e8761..97696aa361 100644 --- a/Food Detector/requirements.txt +++ b/Food Detector/requirements.txt @@ -1,3 +1,3 @@ -torch==1.13.1 +torch==2.7.1 torchvision==0.13.0 gradio==3.13.2