From 93e746bb0b0689a161e7cc0dafd516b78823b42c Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Thu, 10 Oct 2024 15:30:32 +0200 Subject: [PATCH] Try `GDAL_jll = "=301.901.201"` To see if https://github.com/JuliaPackaging/Yggdrasil/pull/9588 fixes https://github.com/JuliaGeo/GDAL.jl/issues/179 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 344b7bc..246c5ce 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ PROJ_jll = "58948b4f-47e0-5654-a9ad-f609743f8632" [compat] Aqua = "0.8" CEnum = "0.2, 0.3, 0.4, 0.5" -GDAL_jll = "301.900" +GDAL_jll = "=301.901.201" NetworkOptions = "1.2" PROJ_jll = "901" Test = "<0.0.1,1"