From cad9ef0203c67d2b14d926f9250241c5baa0bfd5 Mon Sep 17 00:00:00 2001 From: Vibhav Agarwal Date: Sat, 2 May 2020 19:54:27 +0530 Subject: [PATCH 1/2] Update requirements.txt to update spacy --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b154652..ce6f387 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -spacy>=2.1.0,<2.2.0 +spacy>=2.1.0 cython>=0.25 -pytest \ No newline at end of file +pytest From 56a7dc04ed49914a552ad6e1458588cc0a81df4c Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Mon, 7 Sep 2020 15:13:50 +0200 Subject: [PATCH 2/2] upper bound 3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce6f387..8a8f4fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -spacy>=2.1.0 +spacy>=2.1.0,<3.0.0 cython>=0.25 pytest