-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
34 lines (30 loc) · 1.13 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
name = "GroupedErrors"
uuid = "e54cec92-43bc-5b69-a0ba-12a83b9121d9"
[deps]
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
IndexedTables = "6deec6e2-d858-57c5-ab9b-e6ca5bd20e43"
IterableTables = "1c8ee90f-4401-5389-894e-7a04a3dc0f4d"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
Loess = "4345ca2d-374a-55d4-8d30-97f9976e7612"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
ShiftedArrays = "1277b4bf-5013-50f5-be3d-901d8477a67a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
[compat]
IndexedTables = "≥ 0.9.0"
IterableTables = "≥ 0.5.1"
KernelDensity = "≥ 0.5.1"
Lazy = "≥ 0.13.2"
ShiftedArrays = "≥ 0.3.0"
julia = "≥ 0.7.0"
TableTraits = "^0.3, ^0.4, ^1"
TableTraitsUtils = "0.2.1, 0.3, 0.4, 1"
[extras]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TextParse = "e0df1984-e451-5cb5-8b61-797a481e67e3"
[targets]
test = ["TextParse", "Statistics", "Test"]