kopia lustrzana https://github.com/OpenDroneMap/ODM
Set scipy to 1.2.1
rodzic
4cd03dca68
commit
05609b9af9
|
@ -74,7 +74,7 @@ RUN pip install -U \
|
||||||
pyproj \
|
pyproj \
|
||||||
PyYAML \
|
PyYAML \
|
||||||
repoze.lru \
|
repoze.lru \
|
||||||
scipy \
|
scipy==1.2.1 \
|
||||||
shapely \
|
shapely \
|
||||||
xmltodict \
|
xmltodict \
|
||||||
https://github.com/OpenDroneMap/gippy/archive/numpyfix.zip
|
https://github.com/OpenDroneMap/gippy/archive/numpyfix.zip
|
||||||
|
|
|
@ -96,7 +96,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 https://github.com/OpenDroneMap/gippy/archive/numpyfix.zip psutil
|
pip install -U scipy==1.2.1 numpy==1.15.4 shapely pyproj https://github.com/OpenDroneMap/gippy/archive/numpyfix.zip psutil
|
||||||
|
|
||||||
echo "Compiling SuperBuild"
|
echo "Compiling SuperBuild"
|
||||||
cd ${RUNPATH}/SuperBuild
|
cd ${RUNPATH}/SuperBuild
|
||||||
|
|
|
@ -74,7 +74,7 @@ RUN pip install -U \
|
||||||
pyproj \
|
pyproj \
|
||||||
PyYAML \
|
PyYAML \
|
||||||
repoze.lru \
|
repoze.lru \
|
||||||
scipy \
|
scipy==1.2.1 \
|
||||||
shapely \
|
shapely \
|
||||||
xmltodict \
|
xmltodict \
|
||||||
https://github.com/OpenDroneMap/gippy/archive/numpyfix.zip
|
https://github.com/OpenDroneMap/gippy/archive/numpyfix.zip
|
||||||
|
|
Ładowanie…
Reference in New Issue