-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
44 lines (40 loc) · 1.38 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
44
name = "ConstraintLearning"
uuid = "4bd09668-9077-4be7-adc9-6307a490e6df"
authors = ["azzaare <[email protected]> and contributors"]
version = "0.1.9"
[deps]
CompositionalNetworks = "4b67e4b5-442d-4ef5-b760-3f5df3a57537"
ConstraintDomains = "5800fd60-8556-4464-8d61-84ebf7a0bedb"
Constraints = "30f324ab-b02d-43f0-b619-e131c61659f7"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Evolutionary = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
LocalSearchSolvers = "2b10edaa-728d-4283-ac71-07e312d6ccf3"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
QUBOConstraints = "110b7fcc-6942-4061-a625-86e03d1de7cf"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
[compat]
CompositionalNetworks = "0.5"
ConstraintDomains = "0.3"
Constraints = "0.5"
DataFrames = "1"
Dictionaries = "0.4"
Evolutionary = "0.11"
Flux = "0.13, 0.14"
LocalSearchSolvers = "0.4"
Memoization = "0.2"
PrettyTables = "2"
QUBOConstraints = "0.2"
TestItemRunner = "0.2, 1"
TestItems = "0.1, 1"
ThreadPools = "2"
julia = "1.8"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Aqua", "Test", "TestItemRunner"]