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"