From 7724241bbcf70238c79d315d25f237d69b216ad9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 31 Jan 2022 00:30:55 +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 c8bdbe96..f245ba1d 100644 --- a/Project.toml +++ b/Project.toml @@ -76,7 +76,7 @@ PyPlot = "2.9" QuadGK = "2.4" Reexport = "1.2" Roots = "0.8.4, 1" -SpecialFunctions = "0.10.3, 1" +SpecialFunctions = "0.10.3, 1, 2" StaticArrays = "1" Unitful = "1" julia = "1.5"