Skip to content

Commit a940135

Browse files
author
CompatHelper Julia
committed
CompatHelper: bump compat for OptimizationBase to 4 for package OptimizationCMAEvolutionStrategy, (keep existing compat)
1 parent 7c28259 commit a940135

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

lib/OptimizationCMAEvolutionStrategy/Project.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@ name = "OptimizationCMAEvolutionStrategy"
22
uuid = "bd407f91-200f-4536-9381-e4ba712f53f8"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
44
version = "0.3.3"
5+
56
[deps]
67
CMAEvolutionStrategy = "8d3b24bd-414e-49e0-94fb-163cc3a3e411"
78
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
8-
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
99
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
10-
11-
[extras]
12-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
10+
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1311

1412
[compat]
1513
CMAEvolutionStrategy = "0.2"
16-
julia = "1.10"
17-
OptimizationBase = "3"
18-
SciMLBase = "2.58"
14+
OptimizationBase = "3, 4"
1915
Reexport = "1.2"
16+
SciMLBase = "2.58"
17+
julia = "1.10"
18+
19+
[extras]
20+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2021

2122
[targets]
2223
test = ["Test"]

0 commit comments

Comments
 (0)