From 116fd5d98686b01c2d1263e2a4cebb4b4d8c230f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:05:59 +0000 Subject: [PATCH] Bump torch from 1.12.1 to 2.0.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1 to 2.0.0. - [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.12.1...v2.0.0) --- 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 6cf4689..79c4650 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ Flask==2.2.2 clean-text==0.6.0 unidecode==1.3.2 spacy==3.4.1 -torch==1.12.1 +torch==2.0.0 transformers==4.25.1 \ No newline at end of file