From 8fee34947a653b635515ae422920cd9d9f9812a0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 17 Aug 2022 01:01:21 +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 b0b923a..41352bc 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] +SpecialFunctions = "2" julia = "1.7" [extras]