Skip to content

Commit a3de99c

Browse files
SebastianM-Cclaude
andcommitted
bump OptimizationBase compat for the reordering of the fileds in OptimizationCache
Co-authored-by: Claude <[email protected]>
1 parent 68ac72b commit a3de99c

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
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 = "3.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 = "3.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 = "3.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 = "3.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 = "3.4"
1818
SciMLBase = "2.58"
1919
Reexport = "1.2"
2020
GCMAES = "0.1"

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 = "3.4"
2323
SciMLBase = "2.58"
2424
Zygote = "0.7.10"
2525
julia = "1.10"

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 = "3.4"
3030
LinearAlgebra = "1.10"
3131
ManifoldsBase = "1"
3232
ManifoldDiff = "0.4"

lib/OptimizationMetaheuristics/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 = "3.4"
1818
Metaheuristics = "3"
1919
SciMLBase = "2.58"
2020
Reexport = "1.2"

lib/OptimizationMultistartOptimization/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ OptimizationNLopt = "4e6fcdb7-1186-4e1f-a706-475e75c168bb"
1717

1818
[compat]
1919
julia = "1.10"
20-
OptimizationBase = "3"
20+
OptimizationBase = "3.4"
2121
MultistartOptimization = "0.2, 0.3"
2222
SciMLBase = "2.58"
2323
Reexport = "1.2"

lib/OptimizationNLopt/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
julia = "1.10"
19-
OptimizationBase = "3"
19+
OptimizationBase = "3.4"
2020
NLopt = "1.1"
2121
SciMLBase = "2.58"
2222
Reexport = "1.2"

0 commit comments

Comments
 (0)