From 77f2127178fd0b699e50505911ab7e93e174eb17 Mon Sep 17 00:00:00 2001 From: Alexey C <54956904+ColdTeapot273K@users.noreply.github.com> Date: Sat, 28 Mar 2020 14:49:16 +0500 Subject: [PATCH] Update spaCy requirements.txt To fix neuralcoref compatability problems (see https://github.com/huggingface/neuralcoref/issues/197) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2c45556..325fac2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ numpy==1.16.3 torch==1.0.1 -spacy +spacy==2.1.0 transformers==2.2.2 Cython==0.29.10 tqdm==4.32.2 neuralcoref==4.0 argparse scikit-learn -pytest \ No newline at end of file +pytest