From 6fe708704aae6023685e306960bbbc383a07da62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:06:54 +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] --- requirements_pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_pip.txt b/requirements_pip.txt index 1532a8a..d05d399 100644 --- a/requirements_pip.txt +++ b/requirements_pip.txt @@ -1,5 +1,5 @@ loguru==0.5.3 numpy==1.17.4 PyYAML==5.4 -torch==1.3.1 +torch==1.13.1 librosa==0.7.1