From a2af067d1ee7920ca7d429ff92ca9e2956db1981 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 17 Dec 2025 00:36:32 +0000 Subject: [PATCH] CompatHelper: bump compat for HerbConstraints to 0.5, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0ff143f..2c76a07 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" @@ -28,7 +28,7 @@ AutoHashEquals = "2.2.0" DocStringExtensions = "0.9.3" DynamicalSystemsBase = "3.10" Graphs = "1.12" -HerbConstraints = "0.4" +HerbConstraints = "0.4, 0.5" HerbCore = "0.3.4" HerbGrammar = "0.6" HerbSearch = "0.4.1"