@@ -3,32 +3,32 @@ uuid = "80307280-efb2-5c5d-af8b-a9c15821677b"
3
3
version = " 0.6.3"
4
4
5
5
[deps ]
6
- Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
6
+ DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
7
+ Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
8
+ FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
9
+ FixedEffectModels = " 9d5cd8c9-2029-5cab-9928-427838db53e3"
10
+ FixedEffects = " c8885935-8500-56a7-9867-7708b20db0eb"
11
+ LeastSquaresOptim = " 0fc2ff8b-aaa3-5acd-a817-1944a5e08891"
7
12
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
13
Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
9
14
Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
10
- Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
11
- FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
15
+ Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
12
16
StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
13
17
StatsModels = " 3eaba693-59b7-5ba5-a881-562e759f1c8d"
14
18
Tables = " bd369af6-aec1-5ad0-b16a-f7cc5008161c"
15
- DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
16
- FixedEffects = " c8885935-8500-56a7-9867-7708b20db0eb"
17
- FixedEffectModels = " 9d5cd8c9-2029-5cab-9928-427838db53e3"
18
- LeastSquaresOptim = " 0fc2ff8b-aaa3-5acd-a817-1944a5e08891"
19
19
20
20
[compat ]
21
- julia = " 1"
22
- Reexport = " 0"
21
+ DataFrames = " 0.19, 0.20, 0.21"
23
22
Distributions = " 0"
24
23
FillArrays = " 0"
24
+ FixedEffectModels = " 0.10.3, 0.10.4"
25
+ FixedEffects = " 0.7"
26
+ LeastSquaresOptim = " 0.7"
27
+ Reexport = " 0"
25
28
StatsBase = " 0"
26
29
StatsModels = " 0.6"
27
30
Tables = " 0, 1"
28
- DataFrames = " 0.19, 0.20"
29
- FixedEffects = " 0.7"
30
- FixedEffectModels = " 0.10.3, 0.10.4"
31
- LeastSquaresOptim = " 0.7"
31
+ julia = " 1"
32
32
33
33
[extras ]
34
34
CSV = " 336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
0 commit comments