From 5629a573134d4b90aa34d1f0e93c961eee85056f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 00:31:50 +0000 Subject: [PATCH] CompatHelper: bump compat for "SpecialFunctions" to "1.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 787d2b0..558b3be 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ PDMats = "0.10" QuadGK = "2.4" Query = "1" RvSpectMLBase = "0.1" -SpecialFunctions = "0.10" +SpecialFunctions = "0.10, 1.0" StaticArrays = "0.12" StatsBase = "0.33" ThreadedIterables = "0.2"