-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
31 lines (29 loc) · 990 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
name = "TensorTrains"
uuid = "89893e69-996d-40b1-ba32-8ff5f34c0dd5"
authors = ["stecrotti <[email protected]>", "abraunst <[email protected]"]
version = "0.12.1"
[deps]
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogarithmicNumbers = "aa2f6b4e-9042-5d33-9679-40d3a6b85899"
MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2"
MPSKit = "bb1c41ca-d63c-52ed-829e-0820dda26502"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b"
TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
[compat]
KrylovKit = "0.6, 0.7, 0.8"
Lazy = "0.15"
LinearAlgebra = "1.8"
LogarithmicNumbers = "1.4"
MKL = "0.6.3, 0.7"
MPSKit = "0.11.5"
Random = "1.8"
StatsBase = "0.33, 0.34"
TensorCast = "0.4"
TensorKit = "0.12.0"
Tullio = "0.3"
julia = "1.8"