From c1be7558f5868a45209bb502af4b1e666bf593f6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 13 May 2024 00:23:14 +0000 Subject: [PATCH] CompatHelper: add new compat entry for SpecialFunctions at version 2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index e5b5c1d..49fed8a 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] Distributions = "0.25" +SpecialFunctions = "2" Test = "1.6" TestItemRunner = "0.2" julia = "1.6.7"