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