-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
31 lines (27 loc) · 935 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 = "CumulantsUpdates"
uuid = "d4707d7b-0fe1-5399-a86f-c75188857573"
authors = ["Krzysztof Domino <[email protected]>", "Piotr Gawron <[email protected]>"]
version = "1.0.5"
[deps]
CompilerSupportLibraries_jll = "e66e0078-7015-5450-92f7-15fbd957f2ae"
Cumulants = "01e79fc4-f247-5fa3-af0e-2bd1d4cc767f"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
SymmetricTensors = "1ab33d94-6c6c-50cc-93f0-e3f623a46aa0"
[compat]
Cumulants = "1"
Distributions = "0.25"
FileIO = "1"
JLD2 = "0.4"
StatsBase = "0.33, 0.34"
SymmetricTensors = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]