From 6e35e9ca4707621e7413d249bbd969e22859bf83 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 1 Feb 2024 00:50:24 +0000 Subject: [PATCH] CompatHelper: bump compat for TaylorSeries to 0.16, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0a9dcfae0..a9fe397e9 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"