From 88f8bc42f13bd86fdef159a3b381c1b2d16afbad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:25:17 +0000 Subject: [PATCH] Bump torch from 1.9.0 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0 to 2.8.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.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.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 e815cbe..5871973 100644 --- a/maybe_working_requirements.txt +++ b/maybe_working_requirements.txt @@ -1,5 +1,5 @@ # Core dependencies -torch==1.9.0 +torch==2.8.0 torchvision==0.10.0 matplotlib==3.4.3 pytesseract==0.3.8