From 512ba48217df45fd236ebdc83a4f376e4b115345 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 1 Dec 2018 17:37:27 +0100 Subject: [PATCH] Revert "Allow binary deps when building pex" This reverts commit 2d0c366101d9989c91e6587edc8afa1eb83c8106. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8180ee9bc..34566d80c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ dist/spacy.pex : spacy/*.py* spacy/*/*.py* python3.6 -m venv env3.6 source env3.6/bin/activate env3.6/bin/pip install wheel - env3.6/bin/pip install -r requirements.txt + env3.6/bin/pip install -r requirements.txt --no-cache-dir --no-binary :all: env3.6/bin/python setup.py build_ext --inplace env3.6/bin/python setup.py sdist env3.6/bin/python setup.py bdist_wheel