-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
41 lines (35 loc) · 1.16 KB
/
Project.toml
File metadata and controls
41 lines (35 loc) · 1.16 KB
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
name = "EvoLP"
uuid = "71f1f4bb-392f-41f8-8452-d535d061e0f4"
authors = ["Xavier Sánchez Díaz <5231167+saxarona@users.noreply.github.com>"]
version = "2.0.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[weakdeps]
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
[extensions]
EvoLPIslandsExt = "MPI"
[compat]
Distributions = "0.25"
Documenter = "1.14"
MPI = "0.20.22"
NamedTupleTools = "0.14"
OrderedCollections = "1.8"
Revise = "3.6"
StatsBase = "0.33"
UnicodePlots = "3.6"
julia = "1.9"
[extras]
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "StableRNGs", "MPI"]