From a2a49e000899ab4d740cde39c5f684508b4baeb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 15:50:14 +0100 Subject: [PATCH] CompatHelper: bump compat for "SpecialFunctions" to "2" (#28) * CompatHelper: bump compat for "SpecialFunctions" to "2" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index eefa19c7..d180e6de 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MCMCDiagnosticTools" uuid = "be115224-59cd-429b-ad48-344e309966f0" authors = ["David Widmann"] -version = "0.1.1" +version = "0.1.2" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -20,7 +20,7 @@ AbstractFFTs = "0.5, 1" DataAPI = "1.6" Distributions = "0.25" MLJModelInterface = "1" -SpecialFunctions = "0.8, 0.9, 0.10, 1" +SpecialFunctions = "0.8, 0.9, 0.10, 1, 2" StatsBase = "0.33" Tables = "1" julia = "1"