From 4c3e11bc955655f2fb40cb5bb2120438222f2674 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 3 Oct 2025 01:02:33 +0000 Subject: [PATCH] CompatHelper: bump compat for Meshes to 0.55, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b630efb5..7be975f2 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Enzyme = "0.13.47" FastGaussQuadrature = "1" HCubature = "1.5" LinearAlgebra = "1" -Meshes = "0.53, 0.54" +Meshes = "0.53, 0.54, 0.55" QuadGK = "2.1.1" Unitful = "1.19" julia = "1.9"