From 187888e298b32eb82ed0df22f7a12d9118832134 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 23 May 2019 08:50:21 -0400 Subject: [PATCH] Set scipy to 1.2.1 Former-commit-id: d6f05d9925894a39825d780634e26c2f2abc5ef1 --- Dockerfile | 2 +- configure.sh | 2 +- portable.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6d9fecfb..40d383f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ RUN pip install -U \ pyproj \ PyYAML==3.13 \ repoze.lru \ - scipy \ + scipy==1.2.1 \ shapely \ xmltodict \ rasterio \ diff --git a/configure.sh b/configure.sh index f11767a9..cc663cd9 100755 --- a/configure.sh +++ b/configure.sh @@ -97,7 +97,7 @@ install() { libboost-log-dev echo "Installing split-merge Dependencies" - pip install -U scipy numpy==1.15.4 shapely pyproj psutil + pip install -U scipy==1.2.1 numpy==1.15.4 shapely pyproj psutil echo "Compiling SuperBuild" cd ${RUNPATH}/SuperBuild diff --git a/portable.Dockerfile b/portable.Dockerfile index 86835ed8..e8d33442 100644 --- a/portable.Dockerfile +++ b/portable.Dockerfile @@ -71,7 +71,7 @@ RUN pip install -U \ pyproj \ PyYAML==3.13 \ repoze.lru \ - scipy \ + scipy==1.2.1 \ shapely \ xmltodict \ rasterio \