From a336d1db2cfc1754d6c00cf10656765ae67f3b44 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 20 Sep 2025 06:06:41 +0000 Subject: [PATCH] CompatHelper: bump compat for IntervalArithmetic to 1 for package DataDrivenLux, (keep existing compat) --- lib/DataDrivenLux/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DataDrivenLux/Project.toml b/lib/DataDrivenLux/Project.toml index f4b2c3fd..a3326cea 100644 --- a/lib/DataDrivenLux/Project.toml +++ b/lib/DataDrivenLux/Project.toml @@ -41,7 +41,7 @@ Distributions = "0.25" DistributionsAD = "0.6" DocStringExtensions = "0.9.3" ForwardDiff = "0.10, 1" -IntervalArithmetic = "0.22" +IntervalArithmetic = "0.22, 1" InverseFunctions = "0.1" Lux = "1" LuxCore = "1"