From 042e9905d7cb31ce65c1c9a88a63d878df7cae3a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 7 Aug 2024 01:10:32 +0000 Subject: [PATCH] CompatHelper: bump compat for Meshes to 0.48, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8beb91b..c790b30 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ JLD2 = "0.4" JSON = "0.21" LinearAlgebra = "1" MeshIO = "0.4" -Meshes = "0.34, 0.35" +Meshes = "0.34, 0.35, 0.48" NRRD = "0.6" Optim = "1" Polyester = "0.7"