diff --git a/Project.toml b/Project.toml index 24c850f42b..9185effd5f 100644 --- a/Project.toml +++ b/Project.toml @@ -68,6 +68,7 @@ DataStructures = "0.17, 0.18" DiffEqBase = "6.103.0" DiffEqCallbacks = "2.16" DiffRules = "0.1, 1.0" +Distributed = "1" Distributions = "0.23, 0.24, 0.25" DocStringExtensions = "0.7, 0.8, 0.9" DomainSets = "0.6" @@ -75,10 +76,13 @@ ForwardDiff = "0.10.3" FunctionWrappersWrappers = "0.1" Graphs = "1.5.2" IfElse = "0.1" +InteractiveUtils = "1" JuliaFormatter = "1" JumpProcesses = "9.1" LabelledArrays = "1.3" Latexify = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16" +Libdl = "1" +LinearAlgebra = "1" MLStyle = "0.4.17" MacroTools = "0.5" NaNMath = "0.3, 1" @@ -89,7 +93,9 @@ Reexport = "0.2, 1" RuntimeGeneratedFunctions = "0.5.9" SciMLBase = "2.0.1" Setfield = "0.7, 0.8, 1" +Serialization = "1" SimpleNonlinearSolve = "0.1.0" +SparseArrays = "1" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0" SymbolicIndexingInterface = "0.1, 0.2"