From eb9a4111ab7aaafcefa2e729f5e866bc7e8de070 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 12 Jan 2022 12:37:47 -0500 Subject: [PATCH] Upgrade rasterio --- configure.sh | 3 --- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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