From 14f52fce80f6f13386e739e0730f51afdf347b2d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 22 Oct 2022 00:25:48 +0000 Subject: [PATCH] CompatHelper: bump compat for GLMakie to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ae53e777..fdbbf093 100644 --- a/Project.toml +++ b/Project.toml @@ -65,7 +65,7 @@ Distributions = "0.24, 0.25" FileIO = "1.4" Format = "1.3" ForwardDiff = "0.10" -GLMakie = "0.4, 0.5, 0.6" +GLMakie = "0.4, 0.5, 0.6, 0.7" GeometryBasics = "0.3, 0.4" HTTP = "0.8, 0.9" ImageView = "0.10, 0.11"