From 5eea1338540a8799a6be5b58ee1dced66e4c1cd9 Mon Sep 17 00:00:00 2001 From: themrmax Date: Thu, 12 Jul 2018 17:28:21 +1000 Subject: [PATCH] remove no-longer-supported --use-wheel flag --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index be39aad..f13e33d 100644 --- a/build.sh +++ b/build.sh @@ -16,10 +16,10 @@ yum install -y \ do_pip () { pip install --upgrade pip wheel - test -f /outputs/requirements.txt && pip install --use-wheel -r /outputs/requirements.txt - pip install --use-wheel --no-binary numpy numpy - pip install --use-wheel --no-binary scipy scipy - pip install --use-wheel sklearn + test -f /outputs/requirements.txt && pip install -r /outputs/requirements.txt + pip install --no-binary numpy numpy + pip install --no-binary scipy scipy + pip install sklearn } strip_virtualenv () {