From f0c3d2b6b15773e53cf87e7258f72d1ce703db9c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 May 2024 00:34:06 +0000 Subject: [PATCH] CompatHelper: bump compat for InfiniteArrays to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fcf0754..452b874 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ MakieVizExt = "Makie" BlockArrays = "0.16" Colors = "0.12" GeometryBasics = "0.4.2" -InfiniteArrays = "0.12, 0.13" +InfiniteArrays = "0.12, 0.13, 0.14" LazySets = "1.54, 2" Makie = "0.17, 0.18, 0.19, 0.20" Polyhedra = "0.7"