From 48f38beb5ff9a5a559945ee8d4f14be0b3606c92 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Apr 2026 01:49:44 +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 fd598c8..c137807 100755 --- a/Project.toml +++ b/Project.toml @@ -53,7 +53,7 @@ Parameters = "0.12" ProgressBars = "1" Requires = "0.5, 1" Revise = "3" -Roots = "2.2.10" +Roots = "2.2.10, 3" SGtSNEpi = "0.4.0" SpecialFunctions = "2.5.0" StaticArrays = "1"