From ab34af5359cb5c871b9b6c4207136bed7d17261e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 09:35:26 +0000 Subject: [PATCH] Bump torch from 1.11.0 to 1.13.1 in /.github/workflows Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.0 to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.11.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_requirements.txt b/.github/workflows/test_requirements.txt index 74845fe6..7dc2108e 100644 --- a/.github/workflows/test_requirements.txt +++ b/.github/workflows/test_requirements.txt @@ -1,6 +1,6 @@ numpy>=1.22,<2 scipy>=1.5.2 -torch==1.11.0 +torch==1.13.1 torchaudio==0.11.0 audioread>=2.1.8 julius>=0.2.3,<0.3