File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " Metaheuristics"
2
2
uuid = " bcdb8e00-2c21-11e9-3065-2b553b22f898"
3
3
authors = [" Jesus Mejia <jesusmejded@gmail.com>" ]
4
- version = " 3.3.3 "
4
+ version = " 3.3.4 "
5
5
6
6
[deps ]
7
7
Distances = " b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
@@ -17,12 +17,21 @@ SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
17
17
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
18
18
19
19
[compat ]
20
+ Aqua = " ^0.8"
20
21
Distances = " ^0.10.7"
21
22
JMcDM = " ^0.7.1"
23
+ LinearAlgebra = " 1"
24
+ Pkg = " 1"
25
+ Printf = " 1"
26
+ Random = " 1"
22
27
Reexport = " ^1"
23
28
Requires = " 1"
29
+ Statistics = " 1"
24
30
SearchSpaces = " ^0.2"
25
31
SnoopPrecompile = " 1"
32
+ Test = " 1"
33
+ UnicodePlots = " 2.6, 3"
34
+
26
35
julia = " ^1.7"
27
36
28
37
[extras ]
Original file line number Diff line number Diff line change @@ -164,5 +164,5 @@ in your scientific paper if you use `Metaheristics.jl`.
164
164
## Contributing
165
165
166
166
167
- Please, be free to send me your PR, issue or any comment about this package for Julia.
167
+ Please feel free to send me your PR, issue or any comment about this package for Julia.
168
168
You can’t perform that action at this time.
0 commit comments