From 126d170edd27738e2045d38fdeb9ba0f222913ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 02:57:44 +0000 Subject: [PATCH] Bump torch from 1.3.1 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.3.1 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.3.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cef99dd..9bdee16 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -13,5 +13,5 @@ scikit-learn scipy seaborn test-tube==0.7.3 -torch==1.3.1 +torch==1.13.1 tqdm \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index ab354e0..62a247d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ scikit-learn==0.20.3 scipy==1.3.0 seaborn==0.9.0 test-tube==0.7.3 -torch==1.3.1 +torch==1.13.1 tqdm==4.31.1