From a50258e0362bced92b9511b4faa053059984a984 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 21 Sep 2025 00:11:35 +0000 Subject: [PATCH] CompatHelper: bump compat for IntervalArithmetic to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fbeb4d57..a4d323b6 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ Distributions = "0.25" Flux = "0.13, 0.14, 0.15, 0.16" ForwardDiff = "0.10, 1" Franklin = "0.10" -IntervalArithmetic = "0.22, 0.23" +IntervalArithmetic = "0.22, 0.23, 1" KernelDensity = "0.6" LatinHypercubeSampling = "1" MPI = "0.20"