From 7df319fe9b87a8eb6adbf7b629f8bb448f93bad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 05:07:20 +0000 Subject: [PATCH] Update torch requirement from <1.14,>=1.7 to >=1.7,<2.1 Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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.7.0...v2.0.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8298718..47f0fc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -torch>=1.7,<1.14 +torch>=1.7,<2.1 stanza>=1.2,<1.5 spacy>=3.2,<3.5 overrides>=6.0,<7.4