Skip to content

Commit 0ac5d15

Browse files
committed
Rollback GeoMakie to 0.7.12 and add upper compat bound
GeoMakie 0.7.13 causes a strange stackoverflow error because of recursion during the long run plots.
1 parent 0184a18 commit 0ac5d15

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.buildkite/Manifest-v1.11.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.11.5"
3+
julia_version = "1.11.6"
44
manifest_format = "2.0"
5-
project_hash = "c057205b5dfa45d173ab89f45dff9c1d2ab4a915"
5+
project_hash = "acaaffaaac229b13d375a67bbaf146c0a0ce520e"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "be7ae030256b8ef14a441726c4c37766b90b93a3"
@@ -1243,9 +1243,9 @@ weakdeps = ["Makie"]
12431243

12441244
[[deps.GeoMakie]]
12451245
deps = ["Colors", "CoordinateTransformations", "Downloads", "GeoFormatTypes", "GeoInterface", "GeoInterfaceMakie", "GeoJSON", "Geodesy", "GeometryBasics", "GeometryOps", "ImageIO", "LinearAlgebra", "Makie", "NaturalEarth", "Proj", "Reexport", "Statistics", "StructArrays"]
1246-
git-tree-sha1 = "8ef9756e37ca5bc892e920551f9aa683d5b8fab3"
1246+
git-tree-sha1 = "2db1d309af35a1ad440e75b9275e4b3b4715ed39"
12471247
uuid = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
1248-
version = "0.7.13"
1248+
version = "0.7.12"
12491249

12501250
[[deps.Geodesy]]
12511251
deps = ["CoordinateTransformations", "Dates", "LinearAlgebra", "StaticArrays"]

.buildkite/Manifest.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.9"
44
manifest_format = "2.0"
5-
project_hash = "36716c3d737abd78a6de91d79b252bf42c1a71f5"
5+
project_hash = "44a3a750b9b826bdab27f20cf41681e6b0e9e450"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "be7ae030256b8ef14a441726c4c37766b90b93a3"
@@ -1236,9 +1236,9 @@ weakdeps = ["Makie"]
12361236

12371237
[[deps.GeoMakie]]
12381238
deps = ["Colors", "CoordinateTransformations", "Downloads", "GeoFormatTypes", "GeoInterface", "GeoInterfaceMakie", "GeoJSON", "Geodesy", "GeometryBasics", "GeometryOps", "ImageIO", "LinearAlgebra", "Makie", "NaturalEarth", "Proj", "Reexport", "Statistics", "StructArrays"]
1239-
git-tree-sha1 = "8ef9756e37ca5bc892e920551f9aa683d5b8fab3"
1239+
git-tree-sha1 = "2db1d309af35a1ad440e75b9275e4b3b4715ed39"
12401240
uuid = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
1241-
version = "0.7.13"
1241+
version = "0.7.12"
12421242

12431243
[[deps.Geodesy]]
12441244
deps = ["CoordinateTransformations", "Dates", "LinearAlgebra", "StaticArrays"]

.buildkite/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ ClimaDiagnostics = "0.2.13"
5151
ClimaTimeSteppers = "0.7, 0.8"
5252
EnsembleKalmanProcesses = "2.4.1"
5353
Flux = "0.15"
54+
GeoMakie = "< 0.7.13" # v0.7.13 causes infinite recursion with GridPositions
5455
Statistics = "1"

0 commit comments

Comments
 (0)