Skip to content

Commit 9c540e4

Browse files
Merge pull request #426 from ChrisRackauckas-Claude/fix-min-versions-20251229-194934
Fix minimum version bounds for ModelingToolkitBase dependencies
2 parents 874a6b7 + 0fc238c commit 9c540e4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ ChainRulesCore = "1.24"
1919
ControlSystemsBase = "1.4"
2020
DataFrames = "1.7"
2121
DataInterpolations = "8"
22-
DiffEqBase = "6.152"
22+
DiffEqBase = "6.189.1"
2323
ForwardDiff = "0.10, 1"
2424
IfElse = "0.1"
2525
LinearAlgebra = "1.10"
2626
ModelingToolkit = "11"
2727
ModelingToolkitBase = "1"
2828
OrdinaryDiffEq = "6.87"
2929
OrdinaryDiffEqDefault = "1.1"
30-
PreallocationTools = "0.4.23, 1"
30+
PreallocationTools = "0.4.27, 1"
3131
SafeTestsets = "0.1"
3232
SciCompDSL = "1"
33-
SciMLStructures = "1.4.2"
34-
SymbolicIndexingInterface = "0.3.28"
33+
SciMLStructures = "1.7.0"
34+
SymbolicIndexingInterface = "0.3.39"
3535
Symbolics = "7.4.1"
3636
Test = "1"
3737
julia = "1.10"

0 commit comments

Comments
 (0)