Skip to content

Commit 9904c7d

Browse files
Update to new StatsFuns and FillArrays (#46)
* Update to new StatsFuns and FillArrays * Update Project.toml
1 parent 8983944 commit 9904c7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "InteractiveFixedEffectModels"
22
uuid = "80307280-efb2-5c5d-af8b-a9c15821677b"
3-
version = "1.1.5"
3+
version = "1.1.6"
44

55
[deps]
66
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
@@ -20,16 +20,16 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2020
Vcov = "ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486"
2121

2222
[compat]
23-
DataFrames = "0.21, 0.22, 1.0"
24-
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12"
23+
DataFrames = "0.21, 0.22, 1"
24+
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13"
2525
FixedEffectModels = "1.5"
2626
FixedEffects = "2"
2727
GroupedArrays = "0.3"
2828
LeastSquaresOptim = "0.7, 0.8"
29-
Reexport = "0.2, 1.0"
29+
Reexport = "0.2, 1"
3030
StatsBase = "0.33"
3131
StatsModels = "0.6"
32-
StatsFuns = "0.9"
32+
StatsFuns = "0.9, 1"
3333
Tables = "1"
3434
Vcov = "0.5"
3535
julia = "1.3"

0 commit comments

Comments
 (0)