From 0d200dca8127df69ad277c090f80190f194d1220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 19:03:11 +0000 Subject: [PATCH] Update Makie requirement to 0.24.13 --- updated-dependencies: - dependency-name: Makie dependency-version: 0.24.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 90ae4f8c41..39cf081af9 100644 --- a/Project.toml +++ b/Project.toml @@ -58,6 +58,7 @@ GeoInterface = "1.6" GeometryOpsCore = "=0.1.10" LibGEOS = "0.9.2" LinearAlgebra = "1" +Makie = "0.24.13" Proj = "1" Random = "1" SortTileRecursiveTree = "0.1.2" @@ -66,6 +67,5 @@ Statistics = "1" TGGeometry = "0.1" Tables = "1" julia = "1.10" - [workspace] projects = ["GeometryOpsCore", "GeometryOpsTestHelpers", "test", "docs"]