From bc5ecb441c186445bd06df94d4c5b765a415de71 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 14 Jan 2022 01:19:52 +0000 Subject: [PATCH] CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 86151c6a..4f4d28d4 100644 --- a/Project.toml +++ b/Project.toml @@ -38,10 +38,10 @@ FillArrays = "0.11, 0.12" IterativeSolvers = "0.9" LiftedMaps = "0.3" LinearMaps = "3.5" -SauterSchwabQuadrature = "2.1.3" SauterSchwab3D = "0.1.0" +SauterSchwabQuadrature = "2.1.3" SparseMatrixDicts = "0.2" -SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1" +SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1, 2" StaticArrays = "0.8.3, 0.9, 0.10, 0.11, 0.12, 1" WiltonInts84 = "0.2" julia = "1.6"