-
-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathProject.toml
35 lines (31 loc) · 1.1 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
name = "OnlineStats"
uuid = "a15396b6-48d5-5d58-9928-6d29437db91e"
version = "1.7.2"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OnlineStatsBase = "925886fa-5bf2-5e8e-b522-a9147a512338"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[compat]
AbstractTrees = "0.3, 0.4"
Distributions = "0.25"
OnlineStatsBase = "1.4.7, 1.5, 1.6, 1.7"
OrderedCollections = "1.1, 1.2, 1.3, 1.4, 1.5, 1.6"
RecipesBase = "1.1, 1.2, 1.3"
SpecialFunctions = "2.1, 2.2, 2.3"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34"
StatsFuns = "1.0, 1.1, 1.2, 1.3"
julia = "1.0"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]