-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
51 lines (45 loc) · 1.48 KB
/
Project.toml
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
44
45
46
47
48
49
50
51
name = "Mice"
uuid = "d4678d24-b338-4f96-a2c8-a66549d61c16"
authors = ["Tom Metherell <[email protected]> and contributors"]
version = "0.3.6"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[weakdeps]
BetaML = "024491cd-cc6b-443e-8034-08ea7eb7db2b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
[extensions]
MiceBetaMLExt = "BetaML"
MiceDataFramesExt = "DataFrames"
MiceRCallExt = "RCall"
[compat]
AxisArrays = "0.4"
BetaML = "0.8, 0.9, 0.10, 0.11, 0.12"
CategoricalArrays = "0.10"
DataFrames = "1.6"
Distributions = "0.25"
PrecompileTools = "1.2"
RCall = "0.13, 0.14"
RecipesBase = "1.3.1"
Statistics = "1"
StatsAPI = "1.7"
StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34"
StatsModels = "0.7"
Tables = "1.11"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]