From f945ae3057ba40887f1c6a9ad5e21659709b79d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 15:23:28 +0000 Subject: [PATCH] Bump torch from 1.9.0 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.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.9.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9cce049..073a582 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ requests==2.26.0 scipy==1.7.1 seaborn==0.11.2 six==1.16.0 -torch==1.9.0 +torch==1.13.1 torchvision==0.10.0 tqdm==4.62.2 typing-extensions==3.10.0.2 @@ -48,7 +48,7 @@ scikit-learn==0.22.2.post1 scipy==1.7.1 sklearn==0.0 threadpoolctl==2.2.0 -# torch==1.9.0 +# torch==1.13.1 torchsummary==1.5.1 # tqdm==4.62.2 typing-extensions==3.10.0.2 \ No newline at end of file