From 8ecedff6355daee2aeed3e1975366676efab920f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 24 Jun 2026 03:58:48 +0000 Subject: [PATCH] CompatHelper: bump compat for TaylorModels to 0.11, (keep existing compat) --- Project.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Project.toml b/Project.toml index ff577c79..a010ec84 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,15 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" Requires = "ae029012-a4dd-5104-9daa-d747884805df" TaylorModels = "314ce334-5f6e-57ae-acf6-00b6e903104a" +[weakdeps] +OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +Requires = "ae029012-a4dd-5104-9daa-d747884805df" + +[extensions] +OrdinaryDiffEqExt = "OrdinaryDiffEq" +OrdinaryDiffEqPlotsExt = ["OrdinaryDiffEq", "Plots"] + [compat] CommonSolve = "0.2" ControllerFormats = "0.1 - 0.2" @@ -26,18 +35,9 @@ ReachabilityAnalysis = "0.29 - 0.30" ReachabilityBase = "0.3" Reexport = "0.2, 1" Requires = "0.5, 1" -TaylorModels = "0.7 - 0.9" +TaylorModels = "0.7 - 0.9, 0.11" julia = "1.6" -[extensions] -OrdinaryDiffEqExt = "OrdinaryDiffEq" -OrdinaryDiffEqPlotsExt = ["OrdinaryDiffEq", "Plots"] - [extras] OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" - -[weakdeps] -OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" -Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" -Requires = "ae029012-a4dd-5104-9daa-d747884805df"