-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
35 lines (33 loc) · 1.17 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
name = "ConstraintLearningBenchmarks"
uuid = "7d4a60b7-6f97-4d93-8ece-c2667b1c39e3"
authors = ["Jean-François BAFFIER", "Khalil CHRIT", "Florian RICHOUX", "Pedro PATINHO", "Salvador ABREU"]
version = "0.1.0"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CompositionalNetworks = "4b67e4b5-442d-4ef5-b760-3f5df3a57537"
ConstraintDomains = "5800fd60-8556-4464-8d61-84ebf7a0bedb"
Constraints = "30f324ab-b02d-43f0-b619-e131c61659f7"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataVoyager = "5721bf48-af8e-5845-8445-c9e18126e773"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
BenchmarkTools = "1"
CSV = "0.9"
CompositionalNetworks = "0.3"
ConstraintDomains = "0.3"
Constraints = "0.3"
DataFrames = "1"
DataVoyager = "1"
Dictionaries = "0.3"
DrWatson = "2"
JSON = "0.21"
StatsBase = "0.33"
Tables = "1"
julia = "1.7"