From e0b96c92c61c09d0c91ba33d9b88e20ca9b4be48 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 20 Jan 2026 00:37:37 +0000 Subject: [PATCH] CompatHelper: bump compat for HerbCore to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0ff143f..3caee07 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GraphDynamicalSystems" uuid = "13529e2e-ed53-56b1-bd6f-420b01fca819" -authors = ["Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com>"] version = "0.0.6" +authors = ["Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com>"] [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -29,7 +29,7 @@ DocStringExtensions = "0.9.3" DynamicalSystemsBase = "3.10" Graphs = "1.12" HerbConstraints = "0.4" -HerbCore = "0.3.4" +HerbCore = "0.3.4, 1" HerbGrammar = "0.6" HerbSearch = "0.4.1" JSON = "1"