From 60b79716c58eec42e596f44174baeefcbac97f56 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 4 Jul 2024 14:14:46 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricEquations to 0.18, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2edd63d..2d3c496 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] GeometricBase = "0.10" -GeometricEquations = "0.16, 0.17" +GeometricEquations = "0.16, 0.17, 0.18" RuntimeGeneratedFunctions = "0.5" Symbolics = "5.24" julia = "1.10"