-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
43 lines (37 loc) · 1.23 KB
/
Project.toml
File metadata and controls
43 lines (37 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name = "UnfoldStats"
uuid = "96fd419a-8306-4ce8-ba5b-cd907cb7647c"
version = "0.2.2"
authors = ["Judith Schepers", "Benedikt V. Ehinger"]
[deps]
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Unfold = "181c99d8-e21b-4ff3-b70b-c233eddec679"
[weakdeps]
ClusterDepth = "c8d8bbfa-f476-4995-adff-2987f04015d1"
MixedModelsPermutations = "647c4018-d7ef-4d03-a0cc-8889a722319e"
UnfoldMixedModels = "019ae9e0-8363-565c-86e5-97a5a2fe84f4"
[extensions]
UnfoldStatsMixedModelsExt = ["UnfoldMixedModels"]
UnfoldStatsMixedModelsPermutationsExt = ["UnfoldMixedModels", "ClusterDepth", "MixedModelsPermutations"]
[compat]
BSplineKit = "0.16,0.17,0.18, 0.19"
ClusterDepth = "0.2"
LinearAlgebra = "1"
Logging = "1"
MixedModelsPermutations = "0.2"
Random = "1"
Statistics = "1"
StatsAPI = "1"
StatsModels = "0.7"
Unfold = "0.8.10"
UnfoldMixedModels = "0.1"
julia = "1.10,1.11, 1.12"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]