From 87916d8a838872f66722f5885537b7f33201a71c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:37:06 +0100 Subject: [PATCH] CompatHelper: bump compat for TaylorIntegration to 0.15, (keep existing compat) (#308) Co-authored-by: CompatHelper Julia Co-authored-by: Nathanael Bosch --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0f18f0bc3..6b8c26b5b 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ SimpleUnPack = "1" StaticArrayInterface = "1.3" Statistics = "1" StructArrays = "0.4, 0.5, 0.6" -TaylorIntegration = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14" +TaylorIntegration = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15" TaylorSeries = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17" Test = "1" ToeplitzMatrices = "0.7, 0.8"