-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
39 lines (34 loc) · 1.03 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
name = "VeriQuEST"
uuid = "3aa2c528-5caf-4a2e-b044-409d1cbc6a28"
authors = ["Jonathan Miller"]
version = "1.0.1"
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuEST = "2f8c4c1a-2c62-410c-b829-98d6ce53c0c2"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RandomMatrices = "2576dda1-a324-5b11-aa66-c48ed7e3c618"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Documenter = "1"
RandomMatrices = "0.5"
StatsBase = "0.34"
MetaGraphs = "0.7"
Combinatorics = "1"
Graphs = "1"
Chain = "0.6"
CairoMakie = "0.12"
Revise = "3"
QuEST = "1"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]