-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
32 lines (28 loc) · 992 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
32
name = "CumulantsFeatures"
uuid = "89efba0d-c40c-5510-8345-5c0ed49e5930"
authors = ["Krzysztof Domino <[email protected]>"]
version = "1.3.6"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
SymmetricTensors = "1ab33d94-6c6c-50cc-93f0-e3f623a46aa0"
Cumulants = "01e79fc4-f247-5fa3-af0e-2bd1d4cc767f"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
CumulantsUpdates = "d4707d7b-0fe1-5399-a86f-c75188857573"
CompilerSupportLibraries_jll = "e66e0078-7015-5450-92f7-15fbd957f2ae"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
julia = "1"
Combinatorics = "1"
Distributions = "0.25"
SymmetricTensors = "1"
Cumulants = "1"
CumulantsUpdates = "1"
StatsBase = "0.33, 0.34"
[targets]
test = ["Test"]