From 8d3c3bbe3873417da2779bd2a0576eff57694d5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:17:42 +0200 Subject: [PATCH] CompatHelper: bump compat for TaylorSeries to 0.18, (keep existing compat) (#320) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0236e0328..a8de420db 100644 --- a/Project.toml +++ b/Project.toml @@ -74,7 +74,7 @@ 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, 0.15" -TaylorSeries = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17" +TaylorSeries = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18" Test = "1" ToeplitzMatrices = "0.7, 0.8" julia = "1.9"