Skip to content

Commit 36bd93e

Browse files
Merge pull request #4054 from SciML/compathelper/new_version/2025-12-13-00-27-56-152-04288638572
CompatHelper: bump compat for OrdinaryDiffEqCore in [extras] to 2, (keep existing compat)
2 parents c1d3276 + 8e73c3f commit 36bd93e

File tree

1 file changed

+34
-11
lines changed

1 file changed

+34
-11
lines changed

Project.toml

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelingToolkit"
22
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
3-
authors = ["Yingbo Ma <[email protected]>", "Chris Rackauckas <[email protected]> and contributors"]
43
version = "11.0.0"
4+
authors = ["Yingbo Ma <[email protected]>", "Chris Rackauckas <[email protected]> and contributors"]
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -47,15 +47,38 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
4747
[weakdeps]
4848
FMI = "14a09403-18e3-468f-ad8a-74f8dda2d9ac"
4949

50-
[sources]
51-
ModelingToolkitBase = {subdir = "lib/ModelingToolkitBase"}
52-
ModelingToolkitStandardLibrary = {rev = "as/mtk-v11", url = "https://github.com/SciML/ModelingToolkitStandardLibrary.jl"}
53-
ModelingToolkitTearing = {rev = "main", url = "https://github.com/JuliaComputing/StateSelection.jl/", subdir = "lib/ModelingToolkitTearing"}
54-
Optimization = {rev = "as/symbolics-v7", url = "https://github.com/AayushSabharwal/Optimization.jl"}
55-
OptimizationBase = { url = "https://github.com/AayushSabharwal/Optimization.jl", rev = "as/symbolics-v7", subdir = "lib/OptimizationBase" }
56-
OptimizationMOI = {rev = "as/symbolics-v7", subdir = "lib/OptimizationMOI", url = "https://github.com/AayushSabharwal/Optimization.jl"}
57-
SciCompDSL = {subdir = "lib/SciCompDSL"}
58-
StateSelection = {rev = "main", url = "https://github.com/JuliaComputing/StateSelection.jl/"}
50+
[sources.ModelingToolkitBase]
51+
subdir = "lib/ModelingToolkitBase"
52+
53+
[sources.ModelingToolkitStandardLibrary]
54+
rev = "as/mtk-v11"
55+
url = "https://github.com/SciML/ModelingToolkitStandardLibrary.jl"
56+
57+
[sources.ModelingToolkitTearing]
58+
rev = "main"
59+
subdir = "lib/ModelingToolkitTearing"
60+
url = "https://github.com/JuliaComputing/StateSelection.jl/"
61+
62+
[sources.Optimization]
63+
rev = "as/symbolics-v7"
64+
url = "https://github.com/AayushSabharwal/Optimization.jl"
65+
66+
[sources.OptimizationBase]
67+
rev = "as/symbolics-v7"
68+
subdir = "lib/OptimizationBase"
69+
url = "https://github.com/AayushSabharwal/Optimization.jl"
70+
71+
[sources.OptimizationMOI]
72+
rev = "as/symbolics-v7"
73+
subdir = "lib/OptimizationMOI"
74+
url = "https://github.com/AayushSabharwal/Optimization.jl"
75+
76+
[sources.SciCompDSL]
77+
subdir = "lib/SciCompDSL"
78+
79+
[sources.StateSelection]
80+
rev = "main"
81+
url = "https://github.com/JuliaComputing/StateSelection.jl/"
5982

6083
[extensions]
6184
MTKFMIExt = "FMI"
@@ -92,7 +115,7 @@ NonlinearSolve = "4.3"
92115
OffsetArrays = "1"
93116
OrderedCollections = "1"
94117
OrdinaryDiffEq = "6.82.0"
95-
OrdinaryDiffEqCore = "1.34.0"
118+
OrdinaryDiffEqCore = "1.34.0, 2"
96119
OrdinaryDiffEqDefault = "1.2"
97120
OrdinaryDiffEqNonlinearSolve = "1.5.0"
98121
PreallocationTools = "0.4.27"

0 commit comments

Comments
 (0)