From 71211ab7170c8bd51576d8d63af12ceaea2dad01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:33:36 +0000 Subject: [PATCH] Bump torch from 1.4.0 to 1.13.1 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] --- colab_req.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colab_req.txt b/colab_req.txt index 748aec4..99a34a2 100644 --- a/colab_req.txt +++ b/colab_req.txt @@ -7,6 +7,6 @@ lmdb==0.98 pyarrow==0.14.1 setproctitle==1.1.10 sklearn==0.0 -torch==1.4.0 +torch==1.13.1 torchvision==0.5.0 tqdm==4.38.0 diff --git a/requirements.txt b/requirements.txt index d253a96..9440b06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,6 @@ seaborn==0.10.0 setproctitle==1.1.10 six==1.12.0 sklearn==0.0 -torch==1.4.0 +torch==1.13.1 torchvision==0.5.0 tqdm==4.36.1