From d91ad0233762ef4cdae0862e11445e8645ac7c33 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 6 Nov 2024 01:10:05 +0000 Subject: [PATCH] CompatHelper: bump compat for IntervalRootFinding to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ab40c5a..3d4ea73 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea" [compat] Aqua = "0.8" IntervalArithmetic = "^0.20" -IntervalRootFinding = "0.5" +IntervalRootFinding = "0.5, 0.6" LinearAlgebra = "<0.0.1, 1" Markdown = "<0.0.1, 1" Random = "<0.0.1, 1"