mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Update Makefile
This commit is contained in:
parent
6963260ff6
commit
2ff29e603a
4
Makefile
4
Makefile
|
@ -6,7 +6,9 @@ SPACY_EXTRAS := spacy-lookups-data jieba pkuseg==0.0.25 sudachipy sudachidict_co
|
|||
version := $(shell "bin/get-version.sh")
|
||||
package := $(shell "bin/get-package.sh")
|
||||
|
||||
dist/$(package)-$(version).pex : wheelhouse/spacy-$(version).stamp
|
||||
SPACY_BIN := $(package)-$(version).pex
|
||||
|
||||
dist/$(package)-$(SPACY_BIN) : wheelhouse/spacy-$(version).stamp
|
||||
$(VENV)/bin/pex \
|
||||
-f ./wheelhouse \
|
||||
--no-index \
|
||||
|
|
Loading…
Reference in New Issue
Block a user