From ac1795f36ed33aa8ff4438be3170b6bf5273766f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 11:01:48 +0000 Subject: [PATCH] Bump torch from 1.12.1 to 2.0.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1 to 2.0.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.12.1...v2.0.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fcdd273..6574672 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ Flask==2.3.2 clean-text==0.6.0 unidecode==1.3.2 spacy==3.4.1 -torch==1.12.1 +torch==2.0.1 transformers==4.25.1 ffmpeg-python==0.2.0 yt-dlp==2023.3.4 \ No newline at end of file