From 018c7ba67730729d200db77cf0b04a6f72a4bb02 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 21 Nov 2024 01:43:16 +0000 Subject: [PATCH] CompatHelper: bump compat for LazySets to 3 for package test, (keep existing compat) --- test/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index fa5e67894..740e0142c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -21,8 +21,8 @@ Aqua = "0.8.9" CDDLib = "0.5 - 0.9" Expokit = "0.2" Flowstar = "0.2.4" -IntervalArithmetic = "0.16 - 0.20, =0.20.9" # new versions require updates and are incompatible with dependencies -LazySets = "2.3" +IntervalArithmetic = "0.16 - 0.20, =0.20.9" +LazySets = "2.3, 3" Optim = "0.15 - 0.22, 1" OrdinaryDiffEq = "6" Polyhedra = "0.5 - 0.7"