-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
63 lines (57 loc) · 1.8 KB
/
Project.toml
File metadata and controls
63 lines (57 loc) · 1.8 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name = "CompositionalNetworks"
uuid = "4b67e4b5-442d-4ef5-b760-3f5df3a57537"
authors = ["Jean-François Baffier"]
version = "0.6.1"
[deps]
ConstraintCommons = "e37357d9-0691-492f-a822-e5ea6a920954"
ConstraintDomains = "5800fd60-8556-4464-8d61-84ebf7a0bedb"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
ExproniconLite = "55351af7-c7e9-48d6-89ff-24e801d99491"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
[weakdeps]
Evolutionary = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
LocalSearchSolvers = "2b10edaa-728d-4283-ac71-07e312d6ccf3"
[extensions]
GeneticExt = "Evolutionary"
LocalSearchSolversExt = "LocalSearchSolvers"
[compat]
LocalSearchSolvers = "0.4"
Evolutionary = "0.11"
ConstraintCommons = "0.3"
ConstraintDomains = "0.4"
Dictionaries = "0.4"
Distances = "0.10"
ExproniconLite = "0.10"
JuliaFormatter = "2"
OrderedCollections = "1"
Random = "1"
TestItems = "1"
Unrolled = "0.1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Evolutionary = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
LocalSearchSolvers = "2b10edaa-728d-4283-ac71-07e312d6ccf3"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
[targets]
test = [
"Aqua",
"ExplicitImports",
"JET",
"Evolutionary",
"LocalSearchSolvers",
"Memoization",
"Test",
"TestItemRunner",
"ThreadPools",
]