From 59da26ddad77a4e3264f5ed9e4f2d1e4239814ab Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 17 Jun 2021 09:56:36 +0200 Subject: [PATCH] Update spacy-lookups-data in Makefile (#8408) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53d0b4203..4de628663 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash ifndef SPACY_EXTRAS -override SPACY_EXTRAS = spacy-lookups-data==1.0.0 jieba spacy-pkuseg==0.0.28 sudachipy sudachidict_core pymorphy2 +override SPACY_EXTRAS = spacy-lookups-data==1.0.2 jieba spacy-pkuseg==0.0.28 sudachipy sudachidict_core pymorphy2 endif ifndef PYVER