-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
45 lines (41 loc) · 1.56 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
name = "Metrics"
uuid = "273c2e6c-7e43-11e9-12af-8fca11176a4c"
authors = ["Invenia Technical Computing Corporation"]
version = "0.15.4"
[deps]
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5"
KeyedDistributions = "2576fb08-064d-4cab-b15d-8dda7fcb9a6d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NamedDims = "356022a1-0364-5f58-8944-0da4b18d706f"
ObservationDims = "bd245535-7a0d-4808-be35-e2fe847ca032"
PDMatsExtras = "2c7acb1b-7338-470f-b38f-951d2bcb9193"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsUtils = "d94fc345-0ff4-56ba-a2b2-f5d62e4638cc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
AxisKeys = "0.1, 0.2"
DataFrames = "1"
Distributions = "0.21.3, 0.22, 0.23, 0.24, 0.25"
FixedPointDecimals = "0.3, 0.4"
Intervals = "1"
KeyedDistributions = "0.1.9"
ObservationDims = "0.1"
PDMatsExtras = "2.2"
SpecialFunctions = "1, 2"
StatsBase = "0.33"
StatsUtils = "1.6, 2"
julia = "1.1"
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FixedPointDecimals = "fb4d412d-6eee-574d-9565-ede6634db7b0"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Documenter", "FixedPointDecimals", "PDMats", "Random", "StableRNGs", "Test"]