forked from jmejia8/Metaheuristics.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
43 lines (38 loc) · 1.14 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name = "Metaheuristics"
uuid = "bcdb8e00-2c21-11e9-3065-2b553b22f898"
authors = ["Jesus Mejia <[email protected]>"]
version = "3.3.4"
[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
JMcDM = "358108f5-d052-4d0a-8344-d5384e00c0e5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SearchSpaces = "eb7571c6-2196-4f03-99b8-52a5a35b3163"
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Aqua = "^0.8"
Distances = "^0.10.7"
JMcDM = "^0.7.1"
LinearAlgebra = "1"
Pkg = "1"
Printf = "1"
Random = "1"
Reexport = "^1"
Requires = "1"
Statistics = "1"
SearchSpaces = "^0.2"
SnoopPrecompile = "1"
Test = "1"
UnicodePlots = "2.6, 3"
julia = "^1.7"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[targets]
test = ["Aqua", "Test", "UnicodePlots"]