From f31d1f6c1f805a0b40c2c9f7eb067674b91df871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 06:32:05 +0000 Subject: [PATCH] build(deps): bump torch from 1.4.0 to 1.13.1 in /py Bumps [torch](https://github.com/pytorch/pytorch) from 1.4.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.4.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 efcadc9..d6bd2dc 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -87,7 +87,7 @@ selectivesearch == 0.4 # utils/data/custom_finetune_dataset.py: 14,15 # utils/data/custom_hard_negative_mining_dataset.py: 10,11 # utils/util.py: 13 -torch == 1.4.0 +torch == 1.13.1 # bbox_regression.py: 17,18 # car_detector.py: 16,17