diff --git a/Project.toml b/Project.toml index 106083033..513fd58f7 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ ExprTools = "0.1" HybridSystems = "0.4" IntervalArithmetic = "0.16 - 0.20, =0.20.9" # new versions require updates and are incompatible with dependencies 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" diff --git a/docs/Project.toml b/docs/Project.toml index 7c0310280..1dd3827b1 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -20,7 +20,7 @@ ExponentialUtilities = "1" IntervalArithmetic = "=0.20.9" # new versions require updates and are incompatible with dependencies JLD2 = "0.4 - 0.5" LaTeXStrings = "1" -LazySets = "2.14" +LazySets = "2.14, 3" Literate = "2" MathematicalSystems = "0.11 - 0.13" OrdinaryDiffEq = "6" diff --git a/test/Project.toml b/test/Project.toml index fa5e67894..43b95819c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,7 +22,7 @@ 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" +LazySets = "2.14, 3" Optim = "0.15 - 0.22, 1" OrdinaryDiffEq = "6" Polyhedra = "0.5 - 0.7"