From 395bd138cc550ffb6a072a3693dfe61daa4ea6ac Mon Sep 17 00:00:00 2001 From: Nathanael Bosch Date: Tue, 3 Oct 2023 13:24:53 +0200 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 6b3ec4bd3..01a9ebeee 100644 --- a/Project.toml +++ b/Project.toml @@ -51,7 +51,7 @@ SimpleUnPack = "1" SpecialMatrices = "3" StaticArrayInterface = "1.3" StructArrays = "0.4, 0.5, 0.6" -TaylorIntegration = "0.8, 0.9, 0.10, 0.11, 0.14" +TaylorIntegration = "0.8, 0.9, 0.10, 0.11, 0.12, 0.14" TaylorSeries = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15" ToeplitzMatrices = "0.7, 0.8" julia = "1.6"