From 0a8455a7fdb9b6978d23f5fe02a3c54649511aff Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 10 Sep 2020 09:33:59 +0200 Subject: [PATCH] Update lookups data in makefile [ci skip] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4e77d101..46a7b22ba 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash ifndef SPACY_EXTRAS -override SPACY_EXTRAS = spacy-lookups-data jieba pkuseg==0.0.25 sudachipy sudachidict_core +override SPACY_EXTRAS = spacy-lookups-data==0.4.0.dev0 jieba pkuseg==0.0.25 sudachipy sudachidict_core endif ifndef PYVER