From 4b666dd1159d7b17de1b37ad49b4140bbe1750f2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 9 Apr 2022 00:17:32 +0000 Subject: [PATCH] CompatHelper: bump compat for Roots to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d9556b42..6171472e 100644 --- a/Project.toml +++ b/Project.toml @@ -76,7 +76,7 @@ PyCall = "1.92" PyPlot = "2.9" QuadGK = "2.4" Reexport = "1.2" -Roots = "0.8.4, 1" +Roots = "0.8.4, 1, 2" SpecialFunctions = "0.10.3, 1, 2" StaticArrays = "1" Unitful = "1"