From 597063ac1cd0c97955f9e026f2735cff55304d3d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Nov 2021 00:58:33 +0000 Subject: [PATCH] CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index af0cda32..01889500 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ IterativeSolvers = "0.8, 0.9" Missings = "0.4, 1.0" Mustache = "1" NCDatasets = "0.10, 0.11" -SpecialFunctions = "0.8, 0.10, 1.0" +SpecialFunctions = "0.8, 0.10, 1.0, 2" ZipFile = "0.8, 0.9" julia = "0.7, 1"