From 32ee24aab6eeae17e3c0754cb7237b7f8443568d Mon Sep 17 00:00:00 2001 From: Lukas Trippe Date: Wed, 18 Dec 2024 11:44:01 +0100 Subject: [PATCH] fix: pin `rasterio` and GDAL (#1457) --- envs/environment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index 631958eb9..72bd69f71 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -57,7 +57,8 @@ dependencies: # GIS dependencies: - cartopy - descartes -- rasterio +- rasterio==1.4.1 +- libgdal-core<3.10.0 # rasterio>=1.4.2 needed for GDAL 3.10 - pip: - gurobipy