From da58648f01883b99c1d6a34f7ba427512e5274d2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Nov 2021 00:44:16 +0000 Subject: [PATCH] CompatHelper: bump compat for SpecialFunctions to 2 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index ef3a56dc2..3210075ae 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -26,5 +26,5 @@ Kronecker = "0.4" LogExpFunctions = "0.2, 0.3" PDMats = "0.9, 0.10, 0.11" ReverseDiff = "1.2" -SpecialFunctions = "0.10, 1" +SpecialFunctions = "0.10, 1, 2" Zygote = "0.4, 0.5, 0.6"