Skip to content

Commit 341e3f4

Browse files
CompatHelper: bump compat for "DataFrames" to "0.21" (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2dc9bc3 commit 341e3f4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Project.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@ uuid = "80307280-efb2-5c5d-af8b-a9c15821677b"
33
version = "0.6.3"
44

55
[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"
712
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
813
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
914
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"
1216
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1317
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
1418
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"
1919

2020
[compat]
21-
julia = "1"
22-
Reexport = "0"
21+
DataFrames = "0.19, 0.20, 0.21"
2322
Distributions = "0"
2423
FillArrays = "0"
24+
FixedEffectModels = "0.10.3, 0.10.4"
25+
FixedEffects = "0.7"
26+
LeastSquaresOptim = "0.7"
27+
Reexport = "0"
2528
StatsBase = "0"
2629
StatsModels = "0.6"
2730
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"
3232

3333
[extras]
3434
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

0 commit comments

Comments
 (0)