-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
33 lines (29 loc) · 984 Bytes
/
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
name = "Constraints"
uuid = "30f324ab-b02d-43f0-b619-e131c61659f7"
authors = ["Jean-François Baffier"]
version = "0.5.8"
[deps]
CompositionalNetworks = "4b67e4b5-442d-4ef5-b760-3f5df3a57537"
ConstraintCommons = "e37357d9-0691-492f-a822-e5ea6a920954"
ConstraintDomains = "5800fd60-8556-4464-8d61-84ebf7a0bedb"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
[compat]
CompositionalNetworks = "0.5"
ConstraintCommons = "0.2"
ConstraintDomains = "0.3"
DataFrames = "1"
Dictionaries = "0.4"
MacroTools = "0.5"
PrettyTables = "2"
TestItems = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Aqua", "Test", "TestItemRunner"]