From 220135a62048a081cc6eb799473f032fa76c4140 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Sat, 20 Sep 2025 02:54:08 -0400 Subject: [PATCH] Update IntervalArithmetic compat to support versions 0.22, 0.23, and 1 - Bump IntervalArithmetic compat in lib/DataDrivenLux/Project.toml to include 0.23 and 1.0 - This incorporates the suggestions from CompatHelper PRs #555 and #538 - ModelingToolkit in docs/Project.toml is already at version 10 (PR #536 is outdated) --- 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..1745cbbe 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, 1" InverseFunctions = "0.1" Lux = "1" LuxCore = "1"