mirror of https://github.com/explosion/spaCy.git
Fix makefile
This commit is contained in:
parent
f25cff1e38
commit
4fc1e57cf8
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ PYVER := 3.6
|
||||||
VENV := ./env$(PYVER)
|
VENV := ./env$(PYVER)
|
||||||
|
|
||||||
ifndef SPACY_EXTRAS
|
ifndef SPACY_EXTRAS
|
||||||
override SPACY_EXTRA = spacy-lookups-data jieba pkuseg==0.0.25 sudachipy sudachidict_core
|
override SPACY_EXTRAS = spacy-lookups-data jieba pkuseg==0.0.25 sudachipy sudachidict_core
|
||||||
endif
|
endif
|
||||||
|
|
||||||
version := $(shell "bin/get-version.sh")
|
version := $(shell "bin/get-version.sh")
|
||||||
|
|
Loading…
Reference in New Issue