From 84cd8cf6887d805cd1221e1839307f58d7af0d6d Mon Sep 17 00:00:00 2001 From: Emma Ai Date: Thu, 14 Dec 2023 04:27:57 +0000 Subject: [PATCH] update gdal version --- docker/env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/env.yaml b/docker/env.yaml index 20f9b928..1108a03a 100644 --- a/docker/env.yaml +++ b/docker/env.yaml @@ -4,7 +4,7 @@ channels: dependencies: - python=3.10 - libgdal - - gdal>=3.7.3 + - gdal>=3.8 - proj - rasterio>=1.3.2 - libpq