From 82b2063068d8cc5e3f8ec32b6550bddabe0850be Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 25 Jul 2025 23:06:29 +0000 Subject: [PATCH] CompatHelper: bump compat for IntervalArithmetic to 0.23 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..dac1db2b 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, 0.23" InverseFunctions = "0.1" Lux = "1" LuxCore = "1"