From 968bb6610d32c0d2cbaf383650d51b4c31c79986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 17:49:55 +0000 Subject: [PATCH] build(deps): bump torch from 1.5.0 to 1.13.1 in /py Bumps [torch](https://github.com/pytorch/pytorch) from 1.5.0 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.5.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/requirements.txt b/py/requirements.txt index 7318897..58a937a 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -98,7 +98,7 @@ tensorboardX == 2.0 # rpn/utils/nms.py: 6 # test.py: 5,6 # train.py: 5,6 -torch == 1.5.0 +torch == 1.13.1 # rpn/utils/nms.py: 3 torchvision == 0.6.0a0+82fd1c8