-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathProject.toml
46 lines (41 loc) · 1.51 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
40
41
42
43
44
45
46
name = "CovarianceMatrices"
uuid = "60f91f6f-d783-54cb-84f9-544141854719"
author = "Giuseppe Ragusa <[email protected]>"
version = "0.22"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
GroupedArrays = "6407cd72-fade-4a84-8a1e-56e431fc1533"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
NaNStatistics = "b946abbf-3ea7-4610-9019-9858bfdeaf2d"
[weakdeps]
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[extensions]
GLMExt = ["GLM"]
SparseArraysExt = ["SparseArrays"]
[compat]
Combinatorics = "1.0"
GLM = "1.9"
GroupedArrays = "0.3"
julia = "1.9"
NaNStatistics = "0.6"
SparseArrays = "1.0"
Statistics = "1.0"
StatsBase = "0.34"
[extras]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[targets]
test = ["Test", "CSV", "DataFrames", "GLM", "JSON", "LinearAlgebra", "Random", "Statistics", "StableRNGs"]