From 77ea5cecb71bccdc41518ff829ca821e9cfc11df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 04:56:51 +0000 Subject: [PATCH] Bump torch from 2.0.1 to 2.1.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.1.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/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d37a0b0..fb31a26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ PyYAML==6.0.1 Random_Word==1.0.11 Requests==2.31.0 thop==0.1.1.post2209072238 -torch==2.0.1 +torch==2.1.0 tqdm==4.65.0 ultralytics==8.0.116