From 0d5f847d94d6541f7af142c8bf945c5d2d5317a2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 15 May 2023 01:21:26 +0000 Subject: [PATCH] CompatHelper: bump compat for TaylorIntegration to 0.12, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 46568618a..d218cf96a 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ SimpleUnPack = "1" SpecialMatrices = "3" StaticArrayInterface = "1.3" StructArrays = "0.4, 0.5, 0.6" -TaylorIntegration = "0.8, 0.9, 0.10, 0.11" +TaylorIntegration = "0.8, 0.9, 0.10, 0.11, 0.12" TaylorSeries = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15" ToeplitzMatrices = "0.7, 0.8" julia = "1.6"