Skip to content

Commit 83ad93b

Browse files
authored
compatibility bumps (#50)
1 parent ac62fc7 commit 83ad93b

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

Project.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MixedModelsSim"
22
uuid = "d5ae56c5-23ca-4a1f-b505-9fc4796fc1fe"
33
authors = ["Phillip Alday", "Douglas Bates", "Lisa DeBruine", "Reinhold Kliegl"]
4-
version = "0.2.2"
4+
version = "0.2.3"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -13,15 +13,8 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1313
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1414

1515
[compat]
16-
MixedModels = "3"
16+
MixedModels = "3, 4"
1717
PooledArrays = "0.5, 1"
1818
PrettyTables = "0.12, 1"
1919
Tables = "1.0"
2020
julia = "1.3"
21-
22-
[extras]
23-
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
24-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
25-
26-
[targets]
27-
test = ["Test", "Documenter"]

docs/Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ MixedModels = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
55
MixedModelsSim = "d5ae56c5-23ca-4a1f-b505-9fc4796fc1fe"
66

77
[compat]
8-
Documenter = "0.26"
9-
julia = "1.5"
8+
DataFrames = "1.0"
9+
Documenter = "0.26, 0.27"
10+
julia = "1.6"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1010
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1111

1212
[compat]
13-
StableRNGs = "0.1"
13+
StableRNGs = "0.1, 1.0"
1414
Tables = "1"

0 commit comments

Comments
 (0)