From ac99fb0d116dc9edf7a9df6df44c990a8fcd3945 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Dec 2021 00:31:43 +0100 Subject: [PATCH] CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#1741) * CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) * Update Project.toml * Update Project.toml Co-authored-by: CompatHelper Julia Co-authored-by: David Widmann --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 809e61759..3d22c69f9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Turing" uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" -version = "0.19.2" +version = "0.19.3" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -54,7 +54,7 @@ NamedArrays = "0.9" Reexport = "0.2, 1" Requires = "0.5, 1.0" SciMLBase = "1.8.1" -SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1" +SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1, 2" StatsBase = "0.32, 0.33" StatsFuns = "0.8, 0.9" Tracker = "0.2.3" diff --git a/test/Project.toml b/test/Project.toml index 14277bffe..1d4368968 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -48,7 +48,7 @@ NamedArrays = "0.9.4" Optim = "0.22, 1.0" PDMats = "0.10, 0.11" ReverseDiff = "1.4.2" -SpecialFunctions = "0.10.3, 1" +SpecialFunctions = "0.10.3, 1, 2" StatsBase = "0.33" StatsFuns = "0.9.5" Tracker = "0.2.11"