Skip to content

Commit ee7dd34

Browse files
Raise downgrade compat floors (#4728)
Align the root test-environment floors with the local ModelingToolkitBase subpackage so downgrade tests do not min-resolve SciMLBase and OrdinaryDiffEqCore below the versions required by the in-tree subpackage. Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent 038c30a commit ee7dd34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ OptimizationOptimJL = "0.4.11"
9898
OrderedCollections = "1, 2"
9999
OrdinaryDiffEq = "6.82.0, 7"
100100
OrdinaryDiffEqBDF = "1, 2"
101-
OrdinaryDiffEqCore = "1.34.0, 2, 3.32.0, 4"
101+
OrdinaryDiffEqCore = "1.34.0, 2, 3.32.0, 4.4"
102102
OrdinaryDiffEqDefault = "1.2, 2"
103103
OrdinaryDiffEqFIRK = "1, 2"
104104
OrdinaryDiffEqFunctionMap = "1, 2"
@@ -111,7 +111,7 @@ REPL = "1"
111111
Reexport = "0.2, 1"
112112
RuntimeGeneratedFunctions = "0.5.12"
113113
SCCNonlinearSolve = "1.13"
114-
SciMLBase = "3"
114+
SciMLBase = "3.19"
115115
SciMLPublic = "1.0.0"
116116
Serialization = "1"
117117
Setfield = "0.7, 0.8, 1"

0 commit comments

Comments
 (0)