Skip to content

Commit 233389c

Browse files
committed
Add compat for test dependencies
1 parent d5b3b16 commit 233389c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Project.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,24 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1717
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1818

1919
[compat]
20+
BVProblemLibrary = "0.1"
21+
BoundaryValueDiffEq = "4, 5"
22+
DDEProblemLibrary = "0.1"
2023
DelayDiffEq = "5.20"
2124
DiffEqBase = "6.94.4"
2225
DiffEqNoiseProcess = "5.0"
2326
NLsolve = "4.2"
27+
NonlinearSolve = "1, 2"
28+
ODEProblemLibrary = "0.1"
29+
OrdinaryDiffEq = "6"
30+
ParameterizedFunctions = "5"
2431
RecipesBase = "0.7, 0.8, 1.0"
2532
RecursiveArrayTools = "2"
2633
RootedTrees = "1, 2"
34+
SDEProblemLibrary = "0.1"
2735
SciMLBase = "1.74, 2"
36+
StochasticDelayDiffEq = "1"
37+
StochasticDiffEq = "6"
2838
julia = "1.6"
2939

3040
[extras]

0 commit comments

Comments
 (0)