From b94941e8ac9dc423211404f35959cbabcb1c8d3f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Apr 2026 00:47:10 +0000 Subject: [PATCH] CompatHelper: bump compat for Roots to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9a23c237..3528e566 100644 --- a/Project.toml +++ b/Project.toml @@ -95,7 +95,7 @@ PyPlot = "2.9" QuadGK = "2.4" Random = "1.9" Reexport = "1.2" -Roots = "2" +Roots = "2, 3" Scratch = "1" SpecialFunctions = "0.10.3, 1, 2" StaticArrays = "1"