Skip to content

Commit

Permalink
Pin GDAL_jll dependency
Browse files Browse the repository at this point in the history
Recent GDAL_jll release is broken on Windows:

JuliaPackaging/Yggdrasil#8781

Pin compat dependency
  • Loading branch information
ConnectedSystems committed Jul 10, 2024
1 parent aabae85 commit 11e47c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GDAL_jll = "a7073274-a066-55f0-b90d-d619367d196c"
GeoDataFrames = "62cb38b5-d8d2-4862-a48e-6a340996859f"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
Expand Down Expand Up @@ -91,6 +92,7 @@ Distributed = "1"
Distributions = "0.25"
FLoops = "0.2"
FileIO = "1"
GDAL_jll = "301.900.0"
GeoDataFrames = "0.3, 0.4"
GeoFormatTypes = "0.4"
GeoInterface = "1"
Expand Down Expand Up @@ -128,7 +130,6 @@ SciMLBase = "1, 2"
Setfield = "0.8, 1"
SimpleWeightedGraphs = "1"
SparseArrays = "1"
# SparseArrayKit = "0.2, 0.3"
SpecialFunctions = "2"
StableRNGs = "1.0.0"
StaticArrays = "1"
Expand Down

0 comments on commit 11e47c0

Please sign in to comment.