From 716ab0efac52f0b76a507ace801fef028ee2f0b4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 30 Mar 2022 01:10:44 +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 eb01a1e..317bdec 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Plots = "1.26" RecipesBase = "1.2.1" Reexport = "0.2.0" Roots = "1.3" -SpecialFunctions = "1.6.2" +SpecialFunctions = "1.6.2, 2" ViscousFlow = "0.5.1" julia = "1.6"