From 49328a361bb8514537e16a251358d11537b2bca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:20:17 +0000 Subject: [PATCH] Bump torch from 1.9.0 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0 to 2.2.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.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 3c64166..106a9f6 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,5 +15,5 @@ opencv-python # instructions: https://blog.piwheels.org/new-opencv-builds-including-opencv-4-x/ # more complext examples, e.g. coco_track -torch==1.9.0 +torch==2.2.0 torchvision==0.10.0