From 969df7f27b4c4152fa5c545657bd5e90a3eb81f3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 3 Aug 2024 01:20:02 +0000 Subject: [PATCH] CompatHelper: bump compat for TaylorIntegration to 0.16, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2cece190f..aa7493723 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ CarlemanLinearization = "0.3 - 0.4" CommonSolve = "0.2" ExprTools = "0.1" HybridSystems = "0.4" -IntervalArithmetic = "0.16 - 0.20, =0.20.9" # new versions require updates and are incompatible with dependencies +IntervalArithmetic = "0.16 - 0.20, =0.20.9" IntervalMatrices = "0.6 - 0.10" LazySets = "2.14" LinearAlgebra = "<0.0.1, 1.6" @@ -42,7 +42,7 @@ Reexport = "0.2, 1" Requires = "0.5, 1" SparseArrays = "<0.0.1, 1.6" StaticArrays = "0.12, 1" -TaylorIntegration = "0.15" +TaylorIntegration = "0.15, 0.16" TaylorModels = "0.7" TaylorSeries = "0.17" julia = "1.6"