11name = " ModelingToolkit"
22uuid = " 961ee093-0014-501f-94e3-6117800e7a78"
33authors = [
" Yingbo Ma <[email protected] >" ,
" Chris Rackauckas <[email protected] > and contributors" ]
4- version = " 9.53 .0"
4+ version = " 9.60 .0"
55
66[deps ]
77AbstractTrees = " 1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -44,6 +44,7 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
4444RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
4545Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
4646RuntimeGeneratedFunctions = " 7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
47+ SCCNonlinearSolve = " 9dfe8606-65a1-4bb3-9748-cb89d1561431"
4748SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
4849SciMLStructures = " 53ae85a6-f571-4167-b2af-e1d143709226"
4950Serialization = " 9e88b42a-f829-5b0c-bbe9-9e923198166b"
@@ -64,13 +65,15 @@ BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
6465ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
6566DeepDiffs = " ab62b9b5-e342-54a8-a765-a90f495de1a6"
6667HomotopyContinuation = " f213a82b-91d6-5c5d-acf7-10f1c761b327"
68+ InfiniteOpt = " 20393b10-9daf-11e9-18c9-8db751c92c57"
6769LabelledArrays = " 2ee39098-c373-598a-b85f-a56591580800"
6870
6971[extensions ]
7072MTKBifurcationKitExt = " BifurcationKit"
7173MTKChainRulesCoreExt = " ChainRulesCore"
7274MTKDeepDiffsExt = " DeepDiffs"
7375MTKHomotopyContinuationExt = " HomotopyContinuation"
76+ MTKInfiniteOptExt = " InfiniteOpt"
7477MTKLabelledArraysExt = " LabelledArrays"
7578
7679[compat ]
@@ -86,6 +89,7 @@ ConstructionBase = "1"
8689DataInterpolations = " 6.4"
8790DataStructures = " 0.17, 0.18"
8891DeepDiffs = " 1"
92+ DelayDiffEq = " 5.50"
8993DiffEqBase = " 6.157"
9094DiffEqCallbacks = " 2.16, 3, 4"
9195DiffEqNoiseProcess = " 5"
@@ -104,6 +108,7 @@ FunctionWrappers = "1.1"
104108FunctionWrappersWrappers = " 0.1"
105109Graphs = " 1.5.2"
106110HomotopyContinuation = " 2.11"
111+ InfiniteOpt = " 0.5"
107112InteractiveUtils = " 1"
108113JuliaFormatter = " 1.0.47"
109114JumpProcesses = " 9.13.1"
@@ -112,28 +117,34 @@ Latexify = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16"
112117Libdl = " 1"
113118LinearAlgebra = " 1"
114119MLStyle = " 0.4.17"
120+ ModelingToolkitStandardLibrary = " 2.19"
115121NaNMath = " 0.3, 1"
116- NonlinearSolve = " 3.14, 4 "
122+ NonlinearSolve = " 4.3 "
117123OffsetArrays = " 1"
118124OrderedCollections = " 1"
119125OrdinaryDiffEq = " 6.82.0"
120- OrdinaryDiffEqCore = " 1.7.0"
126+ OrdinaryDiffEqCore = " 1.13.0"
127+ OrdinaryDiffEqDefault = " 1.2"
128+ OrdinaryDiffEqNonlinearSolve = " 1.3.0"
121129PrecompileTools = " 1"
122130REPL = " 1"
123131RecursiveArrayTools = " 3.26"
124132Reexport = " 0.2, 1"
125133RuntimeGeneratedFunctions = " 0.5.9"
126- SciMLBase = " 2.57.1"
134+ SCCNonlinearSolve = " 1.0.0"
135+ SciMLBase = " 2.68.1"
127136SciMLStructures = " 1.0"
128137Serialization = " 1"
129138Setfield = " 0.7, 0.8, 1"
130139SimpleNonlinearSolve = " 0.1.0, 1, 2"
131140SparseArrays = " 1"
132141SpecialFunctions = " 0.7, 0.8, 0.9, 0.10, 1.0, 2"
133142StaticArrays = " 0.10, 0.11, 0.12, 1.0"
134- SymbolicIndexingInterface = " 0.3.35"
143+ StochasticDiffEq = " 6.72.1"
144+ StochasticDelayDiffEq = " 1.8.1"
145+ SymbolicIndexingInterface = " 0.3.36"
135146SymbolicUtils = " 3.7"
136- Symbolics = " 6.19 "
147+ Symbolics = " 6.22.1 "
137148URIs = " 1"
138149UnPack = " 0.1, 1.0"
139150Unitful = " 1.1"
@@ -157,6 +168,8 @@ OptimizationMOI = "fd9f6733-72f4-499f-8506-86b2bdd0dea1"
157168OptimizationOptimJL = " 36348300-93cb-4f02-beb5-3c3902f8871e"
158169OrdinaryDiffEq = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
159170OrdinaryDiffEqCore = " bbf590c4-e513-4bbe-9b18-05decba2e5d8"
171+ OrdinaryDiffEqDefault = " 50262376-6c5a-4cf5-baba-aaf4f84d72d7"
172+ OrdinaryDiffEqNonlinearSolve = " 127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
160173Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
161174REPL = " 3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
162175Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -171,4 +184,4 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
171184Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
172185
173186[targets ]
174- test = [" AmplNLWriter" , " BenchmarkTools" , " ControlSystemsBase" , " DataInterpolations" , " DelayDiffEq" , " NonlinearSolve" , " ForwardDiff" , " Ipopt" , " Ipopt_jll" , " ModelingToolkitStandardLibrary" , " Optimization" , " OptimizationOptimJL" , " OptimizationMOI" , " OrdinaryDiffEq" , " OrdinaryDiffEqCore" , " REPL" , " Random" , " ReferenceTests" , " SafeTestsets" , " StableRNGs" , " Statistics" , " SteadyStateDiffEq" , " Test" , " StochasticDiffEq" , " Sundials" , " StochasticDelayDiffEq" , " Pkg" , " JET" ]
187+ test = [" AmplNLWriter" , " BenchmarkTools" , " ControlSystemsBase" , " DataInterpolations" , " DelayDiffEq" , " NonlinearSolve" , " ForwardDiff" , " Ipopt" , " Ipopt_jll" , " ModelingToolkitStandardLibrary" , " Optimization" , " OptimizationOptimJL" , " OptimizationMOI" , " OrdinaryDiffEq" , " OrdinaryDiffEqCore" , " OrdinaryDiffEqDefault " , " REPL" , " Random" , " ReferenceTests" , " SafeTestsets" , " StableRNGs" , " Statistics" , " SteadyStateDiffEq" , " Test" , " StochasticDiffEq" , " Sundials" , " StochasticDelayDiffEq" , " Pkg" , " JET" , " OrdinaryDiffEqNonlinearSolve " ]
0 commit comments