From 096cc5ecb83545e0d341e91a27c7d0db0c2f3763 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Jan 2025 01:45:55 +0000 Subject: [PATCH] CompatHelper: bump compat for GLMakie in [weakdeps] to 0.11, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ad2f7a6..6ef7b0a 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ tikhonov_ripqp_ext = ["RipQP", "QuadraticModels"] [compat] DelimitedFiles = "1" -GLMakie = "0.10" +GLMakie = "0.10, 0.11" JuMP = "1" NativeFileDialog = "0.2" Optim = "1.10.0"