diff --git a/configure.sh b/configure.sh index 12a6880e..2648f7a8 100755 --- a/configure.sh +++ b/configure.sh @@ -104,9 +104,6 @@ installruntimedepsonly() { installdepsfromsnapcraft runtime opensfm echo "Installing OpenMVS Dependencies" installdepsfromsnapcraft runtime openmvs - - # Fix: numpy.ndarray size changed - pip install -U numpy==1.21.1 } installreqs() { diff --git a/requirements.txt b/requirements.txt index df4eac5b..fb1666a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pyproj==3.0.0.post1 Pysolar==0.9 pytz==2020.4 PyYAML==5.1 -rasterio==1.1.8 ; sys_platform == 'linux' or sys_platform == 'darwin' +rasterio==1.2.3 ; sys_platform == 'linux' or sys_platform == 'darwin' https://github.com/OpenDroneMap/windows-deps/raw/main/rasterio-1.2.3-cp38-cp38-win_amd64.whl ; sys_platform == 'win32' https://github.com/OpenDroneMap/windows-deps/raw/main/GDAL-3.2.3-cp38-cp38-win_amd64.whl ; sys_platform == 'win32' repoze.lru==0.7