Skip to content

Commit 69e3097

Browse files
committed
Upgrade compat bounds.
1 parent 21907f4 commit 69e3097

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GeoArrays"
22
uuid = "2fb1d81b-e6a0-5fc5-82e6-8e06903437ab"
33
authors = ["Maarten Pronk <git@evetion.nl>"]
4-
version = "0.9.4"
4+
version = "0.9.5"
55

66
[deps]
77
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
@@ -25,17 +25,17 @@ GeoArraysMakieExt = "Makie"
2525
GeoArraysStatsExt = ["GeoStatsModels", "GeoStatsTransforms"]
2626

2727
[compat]
28-
ArchGDAL = "0.7 - 0.9, 0.10"
29-
CoordinateTransformations = "0.5 - 0.6"
28+
ArchGDAL = "0.10"
29+
CoordinateTransformations = "0.6"
3030
DataAPI = "1"
3131
Extents = "0.1"
3232
GeoFormatTypes = "0.4"
3333
GeoInterface = "1"
3434
GeoStatsModels = "0.6"
3535
GeoStatsTransforms = "0.9"
3636
IterTools = "1"
37-
Makie = "0.21, 0.22"
37+
Makie = "0.23, 0.24"
3838
PrecompileTools = "1"
39-
RecipesBase = "0.7, 0.8, 1.0"
40-
StaticArrays = "0.12, 1.0"
41-
julia = "1.9"
39+
RecipesBase = "1.0"
40+
StaticArrays = "1.0"
41+
julia = "1.10"

0 commit comments

Comments
 (0)