Update lookups data in makefile [ci skip]

This commit is contained in:
Ines Montani 2020-09-10 09:33:59 +02:00
parent a25bb50e36
commit 0a8455a7fd

View File

@ -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