Skip to content

Commit 99a2ce6

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

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

lib/OptimizationEvolutionary/Project.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@ name = "OptimizationEvolutionary"
22
uuid = "cb963754-43f6-435e-8d4b-99009ff27753"
33
authors = ["Vaibhav Dixit <[email protected]> and contributors"]
44
version = "0.4.3"
5+
56
[deps]
6-
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
77
Evolutionary = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
8-
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
8+
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
99
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
10-
11-
[extras]
12-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
10+
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1411

1512
[compat]
16-
julia = "1.10"
17-
OptimizationBase = "3"
1813
Evolutionary = "0.11"
19-
SciMLBase = "2.58"
14+
OptimizationBase = "3, 4"
2015
Reexport = "1.2"
16+
SciMLBase = "2.58"
17+
julia = "1.10"
18+
19+
[extras]
20+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
21+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2122

2223
[targets]
2324
test = ["Random", "Test"]

0 commit comments

Comments
 (0)