From b47ff796b95d1d71b8b305678ec7643462cd6746 Mon Sep 17 00:00:00 2001
From: Boris Basic <boris.basic@edf.fr>
Date: Tue, 7 May 2024 16:16:49 +0200
Subject: [PATCH] Fix GDAL version in Python requirements

---
 python_requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python_requirements.txt b/python_requirements.txt
index aed504f..eeb91a8 100644
--- a/python_requirements.txt
+++ b/python_requirements.txt
@@ -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
-- 
GitLab