From 6962ed7fa98c241fa7ec1c1c5c2a5437235159de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 06:58:26 +0000 Subject: [PATCH] Bump torch from 1.9.0 to 2.7.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0 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.9.0...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- maybe_working_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maybe_working_requirements.txt b/maybe_working_requirements.txt index f9c0c70..ef5eb5b 100644 --- a/maybe_working_requirements.txt +++ b/maybe_working_requirements.txt @@ -1,5 +1,5 @@ # Core dependencies -torch==1.9.0 +torch==2.7.0 torchvision==0.10.0 matplotlib==3.4.3 pytesseract==0.3.8