File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ vine==1.3.0
5353webcolors == 1.5
5454https://github.com/OpenDroneMap/WebODM/releases/download/v3.0.0/rio_tiler-2.1.2-morecantile-3.2.0.zip
5555rio-color == 1.0.4
56- rasterio == 1.3.10 ; sys_platform == 'linux' or sys_platform == 'darwin'
56+ rasterio == 1.3.10 ; platform_machine == 'x86_64' and (sys_platform == 'linux' or sys_platform == 'darwin' )
57+ https://github.com/OpenDroneMap/WebODM/releases/download/v3.0.0/rasterio-1.3.10.post1.zip ; platform_machine == 'aarch64' and (sys_platform == 'linux' or sys_platform == 'darwin' )
5758https://github.com/OpenDroneMap/WebODM/releases/download/v1.9.7/rasterio-1.2.10-cp39-cp39-win_amd64.whl ; sys_platform == "win32"
5859https://github.com/OpenDroneMap/WebODM/releases/download/v1.9.7/GDAL-3.3.3-cp39-cp39-win_amd64.whl ; sys_platform == "win32"
5960Shapely == 1.8.0 ; sys_platform == "win32"
You can’t perform that action at this time.
0 commit comments