Skip to content

Commit 3ed03c9

Browse files
behingerjschepers
authored andcommitted
updated compats
1 parent 8cb5322 commit 3ed03c9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Project.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ version = "0.2.0"
55

66
[deps]
77
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
8-
ClusterDepth = "c8d8bbfa-f476-4995-adff-2987f04015d1"
98
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
10-
MixedModels = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
11-
MixedModelsPermutations = "647c4018-d7ef-4d03-a0cc-8889a722319e"
129
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1310
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
1411
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
@@ -24,14 +21,16 @@ UnfoldStatsMixedModelsExt = ["UnfoldMixedModels"]
2421
UnfoldStatsMixedModelsPermutationsExt = ["UnfoldMixedModels", "ClusterDepth", "MixedModelsPermutations"]
2522

2623
[compat]
27-
BSplineKit = "0.16,0.17"
24+
BSplineKit = "0.16,0.17,0.18"
2825
ClusterDepth = "0.2"
26+
Logging = "1"
2927
MixedModelsPermutations = "0.2"
28+
Random = "1"
3029
StatsAPI = "1"
3130
StatsModels = "0.7"
3231
Unfold = "0.8"
3332
UnfoldMixedModels = "0.1"
34-
julia = "1.9,1.10,1.11"
33+
julia = "1.10,1.11"
3534

3635
[extras]
3736
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)