From 4a528f2b10a5089b0715dd8eb0a1b6dd1dab019a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 05:04:56 +0000 Subject: [PATCH] Update stanza requirement from <1.5,>=1.2 to >=1.2,<1.6 Updates the requirements on [stanza](https://github.com/stanfordnlp/stanza) to permit the latest version. - [Release notes](https://github.com/stanfordnlp/stanza/releases) - [Commits](https://github.com/stanfordnlp/stanza/compare/v1.2.0...v1.5.0) --- updated-dependencies: - dependency-name: stanza 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..e23bb1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ torch>=1.7,<1.14 -stanza>=1.2,<1.5 +stanza>=1.2,<1.6 spacy>=3.2,<3.5 overrides>=6.0,<7.4