From 039decd6ef2f14f63cd950120a64138cc310bc88 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 13 May 2026 02:52:18 +0000 Subject: [PATCH] CompatHelper: bump compat for IntervalRootFinding to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 70a3c1a..9411bf4 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea" [compat] Aqua = "0.8" IntervalArithmetic = "0.22, 0.23, 1" -IntervalRootFinding = "0.6" +IntervalRootFinding = "0.6, 0.7" LinearAlgebra = "1" Markdown = "1" Parameters = "0.12.3"