kopia lustrzana https://github.com/OpenDroneMap/ODM
Set scipy to 1.2.1
rodzic
cda290e4df
commit
d6f05d9925
|
@ -71,7 +71,7 @@ RUN pip install -U \
|
||||||
pyproj \
|
pyproj \
|
||||||
PyYAML==3.13 \
|
PyYAML==3.13 \
|
||||||
repoze.lru \
|
repoze.lru \
|
||||||
scipy \
|
scipy==1.2.1 \
|
||||||
shapely \
|
shapely \
|
||||||
xmltodict \
|
xmltodict \
|
||||||
rasterio \
|
rasterio \
|
||||||
|
|
|
@ -97,7 +97,7 @@ install() {
|
||||||
libboost-log-dev
|
libboost-log-dev
|
||||||
|
|
||||||
echo "Installing split-merge Dependencies"
|
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"
|
echo "Compiling SuperBuild"
|
||||||
cd ${RUNPATH}/SuperBuild
|
cd ${RUNPATH}/SuperBuild
|
||||||
|
|
|
@ -71,7 +71,7 @@ RUN pip install -U \
|
||||||
pyproj \
|
pyproj \
|
||||||
PyYAML==3.13 \
|
PyYAML==3.13 \
|
||||||
repoze.lru \
|
repoze.lru \
|
||||||
scipy \
|
scipy==1.2.1 \
|
||||||
shapely \
|
shapely \
|
||||||
xmltodict \
|
xmltodict \
|
||||||
rasterio \
|
rasterio \
|
||||||
|
|
Ładowanie…
Reference in New Issue