From 566f8497c33d491e9ad172e47da24b66aef29291 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 28 Jan 2019 21:46:41 -0500 Subject: [PATCH] Install numpy after gippy Former-commit-id: 71a35c1a6c73b3059949202081a39605edc460eb --- configure.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.sh b/configure.sh index 34b38976..9053cdab 100755 --- a/configure.sh +++ b/configure.sh @@ -96,10 +96,9 @@ install() { libboost-log-dev echo "Installing split-merge Dependencies" - pip install -U scipy shapely numpy==1.15.4 pyproj - + pip install -U scipy shapely pyproj pip install -U https://github.com/gipit/gippy/archive/1.0.0.zip psutil - + pip install -U numpy==1.15.4 echo "Compiling SuperBuild" cd ${RUNPATH}/SuperBuild