From 9434ee24f3676dad75e7a0c3d9ecaeba1c68b822 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Jun 2024 00:49:44 +0000 Subject: [PATCH] CompatHelper: bump compat for IntervalArithmetic in [weakdeps] to 0.22, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 415a2a168b..5395a1c152 100644 --- a/Project.toml +++ b/Project.toml @@ -84,7 +84,7 @@ ForwardDiff = "0.10" GPUArraysCore = "0.1" GenericLinearAlgebra = "0.3" Interpolations = "0.14, 0.15" -IntervalArithmetic = "0.20" +IntervalArithmetic = "0.20, 0.22" IterTools = "1" IterativeSolvers = "0.9" JLD2 = "0.4"