-
Notifications
You must be signed in to change notification settings - Fork 4
/
Project.toml
36 lines (30 loc) · 1.09 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
name = "WeightedOnlineStats"
uuid = "bbac0a1f-7c9d-5672-960b-c6ca726e5d5d"
authors = ["Guido Kraemer <[email protected]>", "Martin Gutwin <[email protected]>"]
version = "0.6.3"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
OnlineStatsBase = "925886fa-5bf2-5e8e-b522-a9147a512338"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
[extensions]
PcaExt = "MultivariateStats"
[compat]
MultivariateStats = "0.7, 0.8, 0.9, 0.10"
OnlineStats = "1"
OnlineStatsBase = "1"
Statistics = "1"
LinearAlgebra = "1"
StatsBase = "0.32.1, 0.33, 0.34"
julia = "1"
[extras]
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random", "StatsBase", "MultivariateStats"]