From 5ba60f45e606cbc5df6b0f95481328344029f71b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 15 Sep 2022 02:23:45 +0000 Subject: [PATCH] CompatHelper: bump compat for Meshing to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c489aee..878379e 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ FileIO = "1.4" Flux = "0.10, 0.11, 0.12, 0.13" GeometryBasics = "0.4" MeshIO = "0.4" -Meshing = "0.5" +Meshing = "0.5, 0.6" NearestNeighbors = "0.4" Requires = "1.0" Zygote = "0.5, 0.6"