Skip to content

Commit 37ed4f9

Browse files
SebastianM-Cclaude
andcommitted
bump OptimizationBase compat for the reordering of the fields in OptimizationCache
Co-authored-by: Claude <[email protected]>
1 parent 2444294 commit 37ed4f9

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

lib/OptimizationAuglag/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1616

1717
[compat]
1818
ForwardDiff = "1.0.1"
19-
OptimizationBase = "3"
19+
OptimizationBase = "4"
2020
MLUtils = "0.4.8"
2121
LinearAlgebra = "1.10"
2222
OptimizationOptimisers = "0.3.8"

lib/OptimizationBBO/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1414
[compat]
1515
julia = "1.10"
1616
BlackBoxOptim = "0.6"
17-
OptimizationBase = "3"
17+
OptimizationBase = "4"
1818
SciMLBase = "2.58"
1919
Reexport = "1.2"
2020

lib/OptimizationCMAEvolutionStrategy/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1414
[compat]
1515
CMAEvolutionStrategy = "0.2"
1616
julia = "1.10"
17-
OptimizationBase = "3"
17+
OptimizationBase = "4"
1818
SciMLBase = "2.58"
1919
Reexport = "1.2"
2020

lib/OptimizationEvolutionary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1414

1515
[compat]
1616
julia = "1.10"
17-
OptimizationBase = "3"
17+
OptimizationBase = "4"
1818
Evolutionary = "0.11"
1919
SciMLBase = "2.58"
2020
Reexport = "1.2"

lib/OptimizationGCMAES/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1414

1515
[compat]
1616
julia = "1.10"
17-
OptimizationBase = "3"
17+
OptimizationBase = "4"
1818
SciMLBase = "2.58"
1919
Reexport = "1.2"
2020
GCMAES = "0.1"

lib/OptimizationIpopt/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1414
Ipopt = "1.10.3"
1515
LinearAlgebra = "1.10.0"
1616
ModelingToolkit = "10.23"
17-
OptimizationBase = "3"
17+
OptimizationBase = "3, 4"
1818
SciMLBase = "2.90.0"
1919
SparseArrays = "1.10.0"
2020
SymbolicIndexingInterface = "0.3.40"

lib/OptimizationLBFGSB/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DocStringExtensions = "0.9.5"
1919
ForwardDiff = "1.0.1"
2020
LBFGSB = "0.4.1"
2121
MLUtils = "0.4.8"
22-
OptimizationBase = "3"
22+
OptimizationBase = "4"
2323
SciMLBase = "2.58"
2424
Zygote = "0.7.10"
2525
julia = "1.10"

lib/OptimizationMOI/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2727

2828
[compat]
2929
HiGHS = "1"
30-
OptimizationBase = "3"
30+
OptimizationBase = "3, 4"
3131
Test = "1.6"
3232
Symbolics = "6"
3333
AmplNLWriter = "1"

lib/OptimizationMadNLP/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LinearAlgebra = "1.10.0"
1919
MadNLP = "0.8.12"
2020
ModelingToolkit = "10.23"
2121
NLPModels = "0.21.5"
22-
OptimizationBase = "3.3.1"
22+
OptimizationBase = "4"
2323
SciMLBase = "2.90.0"
2424
SparseArrays = "1.10.0"
2525
SymbolicIndexingInterface = "0.3.40"

lib/OptimizationManopt/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
2626
[compat]
2727
julia = "1.10"
2828
Manopt = "0.5"
29-
OptimizationBase = "3"
29+
OptimizationBase = "4"
3030
LinearAlgebra = "1.10"
3131
ManifoldsBase = "1"
3232
ManifoldDiff = "0.4"

0 commit comments

Comments
 (0)