From 92046238b64751fbaac09aacf17e4da1cd22a705 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 9 Jan 2025 00:30:12 +0000 Subject: [PATCH] CompatHelper: bump compat for SoleLogics to 0.12, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 26a6961..9d62f49 100644 --- a/Project.toml +++ b/Project.toml @@ -14,5 +14,5 @@ SoleLogics = "b002da8f-3cb3-4d91-bbe3-2953433912b5" DynamicalSystems = "3" FileIO = "1" MetaGraphsNext = "0.7" -SoleLogics = "0.9, 0.10" +SoleLogics = "0.9, 0.10, 0.12" julia = "1.6"