From 09d42d4bf0e4fd08229b372a1e81bc486ee1a699 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 28 Sep 2020 09:49:59 +0200 Subject: [PATCH] Add pickle5 to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d44063f83..a180063b9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash ifndef SPACY_EXTRAS -override SPACY_EXTRAS = spacy-lookups-data==0.4.0.dev0 jieba pkuseg==0.0.25 sudachipy sudachidict_core +override SPACY_EXTRAS = spacy-lookups-data==0.4.0.dev0 jieba pkuseg==0.0.25 pickle5 sudachipy sudachidict_core endif ifndef PYVER