From 7fd91fc6a7b8c144d0ac80bbd835575bc290a2df Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 5 Aug 2022 00:20:27 +0000 Subject: [PATCH] CompatHelper: bump compat for LazySets to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9efd1a583..48b71e8f0 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ Images = "0.23, 0.24, 0.25" Ipopt = "0.6, 0.7, 0.8, 0.9" JSServe = "1" JuMP = "0.21, 0.22, 1" -LazySets = "1" +LazySets = "1, 2" Luxor = "2.10, 3" Makie = "0.15, 0.16, 0.17" MeshIO = "0.4"