From d08961b94f3058533fa10cb6d2cdbe809619e385 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Mon, 23 Jan 2023 18:23:05 +0900 Subject: [PATCH] Fix requirements.txt, increasing spacy-legacy version --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e8f83a279..642c8dd1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ # Our libraries -#spacy-legacy>=3.0.10,<3.1.0 -# XXX TEMP FOR TESTING again -git+https://github.com/polm/spacy-legacy.git@feature/entity-linker-component-v1 +spacy-legacy>=3.0.12,<3.1.0 spacy-loggers>=1.0.0,<2.0.0 cymem>=2.0.2,<2.1.0 preshed>=3.0.2,<3.1.0