From 180cbfb936a38e0574c433660cb536e77eb14895 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 15 Feb 2026 00:17:51 +0000 Subject: [PATCH] CompatHelper: bump compat for CairoMakie to 0.15, (keep existing compat) --- Project.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Project.toml b/Project.toml index b6fb3ac..51350a9 100644 --- a/Project.toml +++ b/Project.toml @@ -27,22 +27,22 @@ TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe" TextWrap = "b718987f-49a8-5099-9789-dcd902bef87d" [compat] -Jutul = "0.4" +CairoMakie = "0.13, 0.15" +DataStructures = "0.18" +DelimitedFiles = "1.9" +DifferentialEquations = "7.17" +Documenter = "1.16" +ForwardDiff = "0.10" +GLMakie = "0.11" Interpolations = "0.15" +JLD2 = "0.6" +Jutul = "0.4" JutulDarcy = "0.3" -TextWrap = "1.0" -DifferentialEquations = "7.17" +Literate = "2.21" +MAT = "0.10" +Roots = "2.2" +SparsityTracing = "0.2" SpecialFunctions = "2.6" TestItemRunner = "1.1" -GLMakie = "0.11" -Roots = "2.2" -ForwardDiff = "0.10" -MAT = "0.10" -DelimitedFiles = "1.9" TestItems = "1.0" -JLD2 = "0.6" -SparsityTracing = "0.2" -CairoMakie = "0.13" -DataStructures = "0.18" -Documenter = "1.16" -Literate = "2.21" +TextWrap = "1.0"