From bf0677f191c9dd2571d478c6d2c081f3964c1840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 02:57:26 +0000 Subject: [PATCH] Bump torch from 1.3.1 to 1.13.1 in /docs 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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