From 3eb8ad2fb131fe8a2260fd3dc7cfd59651d862fa Mon Sep 17 00:00:00 2001 From: Markus Kunze Date: Mon, 11 Nov 2024 11:06:10 +0100 Subject: [PATCH] Fix GDAL version to at least 3.8.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64f72a3..a513bca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pandas", "pyarrow", "duckdb", - "GDAL", + "GDAL>=3.8.5", "webcolors", "bs4" ]