From 840ae057158a6a3faf8db3f98aa64ed1c9afadef Mon Sep 17 00:00:00 2001 From: densmojd <93928435+densmojd@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:01:03 -0400 Subject: [PATCH] Updated compat entry in Project.toml for Roots.jl dependency. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 413d35e..69a5b39 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] Aqua = ">= 0.8" -Roots = "0.8, 1, 2" +Roots = "0.8, 1, 2, 3" SpecialFunctions = "0.8, 0.9, 0.10, 1, 2" Test = ">= 0.0" julia = "1"