From 769de9fdc24fbdd21a97a4fff1a6612f7bf66d0d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 16 Jan 2025 01:02:59 +0000 Subject: [PATCH] CompatHelper: bump compat for Polyhedra to 0.8 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 6ee8f02..d6c212c 100755 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,5 +16,5 @@ ControllerFormats = "0.2" IntervalConstraintProgramming = "0.9 - 0.13" LazySets = "3" Optim = "1" -Polyhedra = "0.6 - 0.7" +Polyhedra = "0.6 - 0.7, 0.8" ReachabilityAnalysis = "0.22 - 0.27"