From f61aca6aa145ec7cbed1457e04ba587f72e69384 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 00:25:30 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for "SpecialFunctions" to "1.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5ff152cae..96cc52e26 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Compat = "2.2, 3" Distances = "0.9.1, 0.10" Functors = "0.1" Requires = "1.0.1" -SpecialFunctions = "0.8, 0.9, 0.10" +SpecialFunctions = "0.8, 0.9, 0.10, 1.0" StatsBase = "0.32, 0.33" StatsFuns = "0.8, 0.9" ZygoteRules = "0.2" From 07bae86dad8b5e84dc5ff5ad6f14359d7379f983 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Wed, 18 Nov 2020 10:00:21 +0100 Subject: [PATCH 2/2] Update test compatibility --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 8c057e260..7a3c5a0dc 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,5 +22,5 @@ ForwardDiff = "0.10" Kronecker = "0.4" PDMats = "0.9, 0.10" ReverseDiff = "1.2" -SpecialFunctions = "0.10" +SpecialFunctions = "0.10, 1" Zygote = "0.4, 0.5"