Set scipy to 1.2.1

Former-commit-id: d6f05d9925
pull/1161/head
Piero Toffanin 2019-05-23 08:50:21 -04:00
rodzic 9319ee8e48
commit 187888e298
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -71,7 +71,7 @@ RUN pip install -U \
pyproj \
PyYAML==3.13 \
repoze.lru \
scipy \
scipy==1.2.1 \
shapely \
xmltodict \
rasterio \

Wyświetl plik

@ -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

Wyświetl plik

@ -71,7 +71,7 @@ RUN pip install -U \
pyproj \
PyYAML==3.13 \
repoze.lru \
scipy \
scipy==1.2.1 \
shapely \
xmltodict \
rasterio \