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 \
|
||||
PyYAML==3.13 \
|
||||
repoze.lru \
|
||||
scipy \
|
||||
scipy==1.2.1 \
|
||||
shapely \
|
||||
xmltodict \
|
||||
rasterio \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -71,7 +71,7 @@ RUN pip install -U \
|
|||
pyproj \
|
||||
PyYAML==3.13 \
|
||||
repoze.lru \
|
||||
scipy \
|
||||
scipy==1.2.1 \
|
||||
shapely \
|
||||
xmltodict \
|
||||
rasterio \
|
||||
|
|
Ładowanie…
Reference in New Issue