Skip to content

Commit 8570338

Browse files
committed
Merge all CompatHelper updates
1 parent c102c6f commit 8570338

File tree

16 files changed

+48
-40
lines changed

16 files changed

+48
-40
lines changed

tutorials/create-a-manual-model/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
1111
NLPModelsJuMP = "792afdf1-32c1-5681-94e0-d7bf7a5df49e"
1212

1313
[compat]
14-
ADNLPModels = "0.3"
14+
ADNLPModels = "0.5"
1515
BenchmarkTools = "1.2"
1616
JSON = "0.21"
17-
JSOSolvers = "0.7"
17+
JSOSolvers = "0.9"
1818
JuMP = "1"
1919
ManualNLPModels = "0.1"
20-
NLPModels = "0.18"
21-
NLPModelsJuMP = "0.10"
20+
NLPModels = "0.19"
21+
NLPModelsJuMP = "0.12"

tutorials/creating-a-jso-compliant-solver/Project.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ SolverBenchmark = "581a75fa-a23a-52d0-a590-d6201de2218a"
99
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
1010

1111
[compat]
12-
ADNLPModels = "0.3"
13-
JSOSolvers = "0.7"
14-
NLPModels = "0.18"
12+
ADNLPModels = "0.5"
13+
JSON = "0.21"
14+
JSOSolvers = "0.9"
15+
NLPModels = "0.19"
1516
Plots = "1"
1617
SolverBenchmark = "0.5"
17-
SolverCore = "0.2"
18+
SolverCore = "0.3"

tutorials/generic-adnlpmodels/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ OptimizationProblems = "5049e819-d29b-5fba-b941-0eee7e64c1c6"
88

99
[compat]
1010
ADNLPModels = "0.5"
11+
DataFrames = "1"
1112
ForwardDiff = "0.10"
1213
JSOSolvers = "0.9"
1314
NLPModels = "0.19"

tutorials/introduction-to-bundleadjustmentmodels/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
55

66
[compat]
77
BundleAdjustmentModels = "0.3.1"
8-
DataFrames = "~1.3"
8+
DataFrames = "1"
99
NLPModels = "0.19"

tutorials/introduction-to-cannoles/Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
33
CaNNOLeS = "5a1c9e79-9c58-5ec0-afc4-3298fdea2875"
44

55
[compat]
6-
7-
ADNLPModels = "0.4"
8-
CaNNOLeS = "0.6"
6+
ADNLPModels = "0.5"
7+
CaNNOLeS = "0.7"

tutorials/introduction-to-cutest/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
66
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
77

88
[compat]
9-
CUTEst = "0.12"
9+
CUTEst = "0.13"
1010
JSON = "0.21"
11-
Krylov = "0.8"
12-
NLPModels = "0.18"
11+
Krylov = "0.9"
12+
NLPModels = "0.19"
1313
Plots = "1"

tutorials/introduction-to-ldlfactorizations/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
1414

1515
[compat]
1616
JSON = "0.21"
17-
LDLFactorizations = "0.8"
17+
LDLFactorizations = "0.10"
1818
MatrixMarket = "0.3"
1919
Plots = "1"
2020
QPSReader = "0.2"
21-
QuadraticModels = "0.7"
22-
RipQP = "0.3"
23-
SparseMatricesCOO = "0.1"
21+
QuadraticModels = "0.9"
22+
RipQP = "0.6"
23+
SparseMatricesCOO = "0.2"
2424
TimerOutputs = "0.5"

tutorials/introduction-to-linear-operators/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
77
[compat]
88
FFTW = "1.4"
99
JSON = "0.21"
10-
Krylov = "0.7"
10+
Krylov = "0.9"
1111
LinearOperators = "2.2"

tutorials/introduction-to-nlpmodelsipopt/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1111
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1212

1313
[compat]
14-
ADNLPModels = "0.4.0"
14+
ADNLPModels = "0.5"
1515
DataFrames = "1.3.4"
16-
GR = "0.66.0"
16+
GR = "0.71"
1717
Ipopt = "1.0.3"
1818
JuMP = "1.1.1"
1919
NLPModels = "0.19.0"
20-
NLPModelsIpopt = "0.9.3"
20+
NLPModelsIpopt = "0.10"
2121
Plots = "1.31.6"

tutorials/introduction-to-nlpmodelsjump/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ OptimizationProblems = "5049e819-d29b-5fba-b941-0eee7e64c1c6"
88
[compat]
99
JuMP = "1.1"
1010
NLPModels = "0.19"
11-
NLPModelsJuMP = "0.11"
12-
OptimizationProblems = "0.4"
11+
NLPModelsJuMP = "0.12"
12+
OptimizationProblems = "0.6"

0 commit comments

Comments
 (0)