forked from jmboehm/RegressionTables.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
26 lines (24 loc) · 863 Bytes
/
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
name = "RegressionTables"
uuid = "d519eb52-b820-54da-95a6-98e1306fdade"
authors = ["Johannes Boehm <[email protected]>"]
version = "0.5.8"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FixedEffectModels = "9d5cd8c9-2029-5cab-9928-427838db53e3"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
Compat = "2, 3"
Distributions = "0.21, 0.23, 0.24, 0.25"
FixedEffectModels = "0.10, 0.11, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7"
Formatting = "0.4"
GLM = "1.3, 1.4"
StatsBase = "0.32, 0.33"
StatsModels = "0.6"
UnPack = "1"
julia = "1"