Skip to content

Commit 9b0f23e

Browse files
authored
Add compat entries for stdlibs
1 parent 5a5396b commit 9b0f23e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,21 @@ DataStructures = "0.17, 0.18"
6868
DiffEqBase = "6.103.0"
6969
DiffEqCallbacks = "2.16"
7070
DiffRules = "0.1, 1.0"
71+
Distributed = "1"
7172
Distributions = "0.23, 0.24, 0.25"
7273
DocStringExtensions = "0.7, 0.8, 0.9"
7374
DomainSets = "0.6"
7475
ForwardDiff = "0.10.3"
7576
FunctionWrappersWrappers = "0.1"
7677
Graphs = "1.5.2"
7778
IfElse = "0.1"
79+
InteractiveUtils = "1"
7880
JuliaFormatter = "1"
7981
JumpProcesses = "9.1"
8082
LabelledArrays = "1.3"
8183
Latexify = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16"
84+
Libdl = "1"
85+
LinearAlgebra = "1"
8286
MLStyle = "0.4.17"
8387
MacroTools = "0.5"
8488
NaNMath = "0.3, 1"
@@ -89,7 +93,9 @@ Reexport = "0.2, 1"
8993
RuntimeGeneratedFunctions = "0.5.9"
9094
SciMLBase = "2.0.1"
9195
Setfield = "0.7, 0.8, 1"
96+
Serialization = "1"
9297
SimpleNonlinearSolve = "0.1.0"
98+
SparseArrays = "1"
9399
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2"
94100
StaticArrays = "0.10, 0.11, 0.12, 1.0"
95101
SymbolicIndexingInterface = "0.1, 0.2"

0 commit comments

Comments
 (0)