From b4844ca51daf6499c0c52746e0a5d42bfc271d7c Mon Sep 17 00:00:00 2001 From: Maarten Pronk Date: Fri, 30 Dec 2022 15:37:34 +0100 Subject: [PATCH] Pin GDAL version. (#354) * Pin GDAL version. * Pin GDAL_jll. * Also add GDAL_jll to deps. --- Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b4a7876e..d76a1d21 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" keywords = ["GDAL", "IO"] license = "MIT" desc = "A high level API for GDAL - Geospatial Data Abstraction Library" -version = "0.9.3" +version = "0.9.4" [deps] CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" @@ -12,6 +12,7 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3" Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910" GDAL = "add2ef01-049f-52c4-9ee2-e494f65e021a" +GDAL_jll = "a7073274-a066-55f0-b90d-d619367d196c" GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f" GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f" GeoInterfaceRecipes = "0329782f-3d07-4b52-b9f6-d3137cf03c7a" @@ -24,6 +25,7 @@ ColorTypes = "0.10, 0.11" DiskArrays = "0.3" Extents = "0.1" GDAL = "1.3" +GDAL_jll = "300.400 - 300.500" GeoFormatTypes = "0.3, 0.4" GeoInterface = "1" GeoInterfaceRecipes = "1.0"