From 38a5e5be1aa73a125ef0b7a20f949213c30c9d21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 00:01:43 +0000 Subject: [PATCH] CompatHelper: bump compat for "SpecialFunctions" to "2" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fae730da8..96fe837df 100644 --- a/Project.toml +++ b/Project.toml @@ -30,6 +30,6 @@ ModelingToolkit = "7" Nemo = "0.24, 0.25, 0.26, 0.27" Primes = "0.5" Singular = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9" -SpecialFunctions = "1" +SpecialFunctions = "1, 2" TestSetExtensions = "2" julia = "1.5"