From 411e3d77c88213be4f9dd156b0f786dcadacf6b5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 22 Jun 2024 01:05:17 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricEquations to 0.17, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0768c8b..ed96752 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] GeometricBase = "0.10" -GeometricEquations = "0.16" +GeometricEquations = "0.16, 0.17" RuntimeGeneratedFunctions = "0.5" Symbolics = "5.24" julia = "1.10"