Skip to content
Snippets Groups Projects
Commit b47ff796 authored by Boris Basic's avatar Boris Basic
Browse files

Fix GDAL version in Python requirements

parent 498cb537
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ seaborn
# GDAL, Fiona and Rasterio Python packages cannot be installed using PyPI on Windows
# Also, the version of Shapely that comes through pip is unstable
# Instead, we need to use unofficial wheels from Christoph Gohlke’s website
.\wheels\GDAL-3.7.3-cp311-cp311-win_amd64.whl
.\wheels\GDAL-3.8.2-cp311-cp311-win_amd64.whl
.\wheels\fiona-1.9.5-cp311-cp311-win_amd64.whl
.\wheels\rasterio-1.3.9-cp311-cp311-win_amd64.whl
.\wheels\shapely-2.0.2-cp311-cp311-win_amd64.whl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment