From d0daea280f2e463f269dcb94c2270a23137a6860 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Fri, 22 Sep 2023 19:21:34 +0200 Subject: [PATCH] allow PROJ_jll v901 This in turn allows GDAL 3.7.2, which requires PROJ_jll v901 (which is PROJ 9.3). I want to see about downstream failures. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 086475f..c788e68 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ PROJ_jll = "58948b4f-47e0-5654-a9ad-f609743f8632" CEnum = "0.2, 0.3, 0.4" GDAL_jll = "301.600" NetworkOptions = "1.2" -PROJ_jll = "900" +PROJ_jll = "900, 901" julia = "1.6" [extras]