From 8ef846c0a25a76d72b528e99bf643e1333991e0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:10:59 +0000 Subject: [PATCH] CompatHelper: bump compat for "SpecialFunctions" to "2.5" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c65810ad..933eb34a 100644 --- a/Project.toml +++ b/Project.toml @@ -80,7 +80,7 @@ Plots = "0.19, 0.20, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, ~1.1, ~1.2, ~1.3, RecipesBase = "0.5, 0.7, 0.8, 1.0" Roots = "0.7, 0.8, 1.0" SMC = "0.1.10, ^0.1.11, 0.2" -SpecialFunctions = "0.7, 0.8, 0.10, 1" +SpecialFunctions = "0.7, 0.8, 0.10, 1, 2.5" StateSpaceRoutines = "^0.3.1, 0.4" StatsBase = "0.29, 0.30, 0.31, 0.32.0, 0.33" StatsFuns = "0.8, 0.9"