@@ -12,12 +12,12 @@ ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
1212Distributed = " 8ba89e20-285c-5b6f-9357-94700520ee1b"
1313DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1414EnumX = " 4e289a0a-7415-4d19-859d-a7e5c4648b56"
15- Expronicon = " 6b7a57c9-7cc1-4fdf-b7f5-e857abae3636"
1615FunctionWrappersWrappers = " 77dc65aa-8811-40c2-897b-53d922fa7daf"
1716IteratorInterfaceExtensions = " 82899510-4779-5014-852e-03e436cf321d"
1817LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1918Logging = " 56ddb016-857b-54e1-b83d-db4d58db5568"
2019Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a"
20+ Moshi = " 2e0e35c7-a2e4-4343-998d-7ef72827ed2d"
2121PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
2222Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
2323Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
@@ -34,6 +34,7 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
3434[weakdeps ]
3535ChainRules = " 082447d4-558c-5d27-93f4-14fc19e9eca2"
3636ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
37+ MLStyle = " d8e11817-5142-5d16-987a-aa16d5891078"
3738Makie = " ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
3839PartialFunctions = " 570af359-4316-4cb7-8c74-252c00c2016b"
3940PyCall = " 438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
@@ -43,6 +44,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4344
4445[extensions ]
4546SciMLBaseChainRulesCoreExt = " ChainRulesCore"
47+ SciMLBaseMLStyleExt = " MLStyle"
4648SciMLBaseMakieExt = " Makie"
4749SciMLBasePartialFunctionsExt = " PartialFunctions"
4850SciMLBasePyCallExt = " PyCall"
@@ -62,14 +64,15 @@ DataFrames = "1.6"
6264Distributed = " 1.10"
6365DocStringExtensions = " 0.9"
6466EnumX = " 1"
65- Expronicon = " 0.8"
6667ForwardDiff = " 0.10.36"
6768FunctionWrappersWrappers = " 0.1.3"
6869IteratorInterfaceExtensions = " ^1"
6970LinearAlgebra = " 1.10"
7071Logging = " 1.10"
72+ MLStyle = " 0.4.17"
7173Makie = " 0.20, 0.21, 0.22"
7274Markdown = " 1.10"
75+ Moshi = " 0.3"
7376NonlinearSolve = " 3, 4"
7477PartialFunctions = " 1.1"
7578PrecompileTools = " 1.2"
@@ -99,6 +102,7 @@ ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
99102DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
100103DelayDiffEq = " bcd4f6db-9728-5f36-b5f7-82caef46ccdb"
101104ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
105+ MLStyle = " d8e11817-5142-5d16-987a-aa16d5891078"
102106NonlinearSolve = " 8913a72c-1f9b-4ce2-8d82-65094dcecaec"
103107OrdinaryDiffEq = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
104108PartialFunctions = " 570af359-4316-4cb7-8c74-252c00c2016b"
@@ -116,4 +120,4 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
116120Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
117121
118122[targets ]
119- test = [" Pkg" , " Plots" , " UnicodePlots" , " SafeTestsets" , " Serialization" , " Test" , " StableRNGs" , " StaticArrays" , " StochasticDiffEq" , " Aqua" , " Zygote" , " PartialFunctions" , " DataFrames" , " NonlinearSolve" , " OrdinaryDiffEq" , " ForwardDiff" , " Tables" ]
123+ test = [" Pkg" , " Plots" , " UnicodePlots" , " SafeTestsets" , " Serialization" , " Test" , " StableRNGs" , " StaticArrays" , " StochasticDiffEq" , " Aqua" , " Zygote" , " PartialFunctions" , " DataFrames" , " NonlinearSolve" , " OrdinaryDiffEq" , " ForwardDiff" , " Tables" , " MLStyle " ]
0 commit comments