From 99877101d75087c1fcd6dfed538d597e73277c9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:24:36 +0100 Subject: [PATCH] CompatHelper: bump compat for TaylorSeries to 0.16, (keep existing compat) (#111) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0a9dcfae..a9fe397e 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ Roots = "1, 2" SpecialFunctions = "2" StableRNGs = "1" StatsBase = "0.33, 0.34" -TaylorSeries = "0.12, 0.13, 0.14, 0.15" +TaylorSeries = "0.12, 0.13, 0.14, 0.15, 0.16" Test = "1.6" TestItemRunner = "v0.2" WilliamsonTransforms = "0.1"