-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathProject.toml
33 lines (29 loc) · 1.11 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
name = "QuantumInformation"
uuid = "3c0b384b-479c-5684-b2ef-9d7a46dd931e"
authors = ["Dariusz Kurzyk <[email protected]>", "Łukasz Pawela <[email protected]>", "Piotr Gawron <[email protected]>", "Marcin Przewięźlikowski <[email protected]>"]
version = "0.4.11"
[deps]
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MatrixEnsembles = "c7015dd7-3fb7-4a4c-827e-526313618491"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
[compat]
Convex = "0.13.7, 0.14, 0.15"
DocStringExtensions = "0.8.3, 0.9"
MatrixEnsembles = "0.1"
SCS = "1.1.0"
StatsBase = "0.33.2, 0.34"
TensorCast = "0.4"
TensorOperations = "4"
julia = "1.7"
[extras]
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["SparseArrays", "Test"]