Skip to content

Commit 220135a

Browse files
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 SciML#555 and SciML#538 - ModelingToolkit in docs/Project.toml is already at version 10 (PR SciML#536 is outdated)
1 parent d3d0a5b commit 220135a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DataDrivenLux/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Distributions = "0.25"
4141
DistributionsAD = "0.6"
4242
DocStringExtensions = "0.9.3"
4343
ForwardDiff = "0.10, 1"
44-
IntervalArithmetic = "0.22"
44+
IntervalArithmetic = "0.22, 0.23, 1"
4545
InverseFunctions = "0.1"
4646
Lux = "1"
4747
LuxCore = "1"

0 commit comments

Comments
 (0)