From 95d2d268a531dc0149a8befa6f632c0a51d651e4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 21 Nov 2024 01:42:45 +0000 Subject: [PATCH] CompatHelper: bump compat for LazySets to 3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 106083033..525002c20 100644 --- a/Project.toml +++ b/Project.toml @@ -29,9 +29,9 @@ CarlemanLinearization = "0.3 - 0.4" CommonSolve = "0.2" ExprTools = "0.1" HybridSystems = "0.4" -IntervalArithmetic = "0.16 - 0.20, =0.20.9" # new versions require updates and are incompatible with dependencies +IntervalArithmetic = "0.16 - 0.20, =0.20.9" IntervalMatrices = "0.11" -LazySets = "2.14" +LazySets = "2.14, 3" LinearAlgebra = "<0.0.1, 1.6" MathematicalSystems = "0.11 - 0.13" Parameters = "0.10 - 0.12"