Skip to content

Commit dbeec99

Browse files
author
CompatHelper Julia
committed
CompatHelper: add new compat entry for OptimizationBase at version 2 for package docs, (keep existing compat)
1 parent ac4f1c4 commit dbeec99

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/Project.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
3030
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
3131
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
3232

33-
[sources]
34-
ModelingToolkitStandardLibrary = {rev = "mtk-v10", url = "https://github.com/SciML/ModelingToolkitStandardLibrary.jl/"}
35-
OptimizationBase = {rev = "as/mtk-v10", url = "https://github.com/AayushSabharwal/OptimizationBase.jl"}
33+
[sources.ModelingToolkitStandardLibrary]
34+
rev = "mtk-v10"
35+
url = "https://github.com/SciML/ModelingToolkitStandardLibrary.jl/"
36+
37+
[sources.OptimizationBase]
38+
rev = "as/mtk-v10"
39+
url = "https://github.com/AayushSabharwal/OptimizationBase.jl"
3640

3741
[compat]
3842
Attractors = "1.24"
@@ -50,6 +54,7 @@ ModelingToolkitStandardLibrary = "2.19"
5054
NonlinearSolve = "3, 4"
5155
Optim = "1.7"
5256
Optimization = "3.9, 4"
57+
OptimizationBase = "2"
5358
OptimizationOptimJL = "0.1, 0.4"
5459
OrdinaryDiffEq = "6.31"
5560
Plots = "1.36"

0 commit comments

Comments
 (0)