Skip to content

Commit

Permalink
Add Proj as a dependency and constrain its version to <1.9
Browse files Browse the repository at this point in the history
A theoretical Proj v1.9 release will have type piracy on GeoFormatTypes
  • Loading branch information
asinghvi17 authored Oct 10, 2024
1 parent 4b40fe8 commit a579383
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.4"
version = "0.10.5"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -17,6 +17,7 @@ GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
GeoInterfaceMakie = "0edc0954-3250-4c18-859d-ec71c1660c08"
GeoInterfaceRecipes = "0329782f-3d07-4b52-b9f6-d3137cf03c7a"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
Proj = "c94c279d-25a6-4763-9509-64d165bea63e" # to ensure no invalidations with GeoFormatTypes.jl blessed piracy
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
Expand All @@ -32,6 +33,7 @@ GeoInterfaceMakie = "0.1"
GeoInterfaceRecipes = "1.0"
ImageCore = "0.8, 0.9, 0.10"
Makie = "0.20, 0.21"
Proj = "<1.9" # to ensure no invalidations with GeoFormatTypes.jl blessed piracy
Tables = "1"
julia = "1.6"

Expand Down

0 comments on commit a579383

Please sign in to comment.