-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathProject.toml
executable file
·88 lines (82 loc) · 2.99 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name = "CounterfactualExplanations"
uuid = "2f13d31b-18db-44c1-bc43-ebaf2cff0be0"
authors = ["Patrick Altmeyer <[email protected]> and contributors"]
version = "1.4.5"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
CausalInference = "8e462317-f959-576b-b3c1-403f26cec956"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
EnergySamplers = "f446124b-5d5e-4171-a6dd-a1d99768d3ce"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TaijaBase = "10284c91-9f28-4c9a-abbf-ee43576dfff6"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[weakdeps]
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
JointEnergyModels = "48c56d24-211d-4463-bbc0-7a701b291131"
LaplaceRedux = "c52c1a26-f7c5-402b-80be-ba1e638ad478"
NeuroTreeModels = "1db4e0a5-a364-4b0c-897c-2bd5a4a3a1f2"
[extensions]
DecisionTreeExt = "DecisionTree"
JEMExt = "JointEnergyModels"
LaplaceReduxExt = "LaplaceRedux"
NeuroTreeExt = "NeuroTreeModels"
[compat]
Aqua = "0.8"
CategoricalArrays = "0.10"
CausalInference = "0.17, 0.18"
ChainRulesCore = "1.15"
DataFrames = "1"
DecisionTree = "0.12.3, 0.12.4"
Distributions = "0.25.97"
EnergySamplers = "1.0"
Flux = "0.12, 0.13, 0.14, 0.15, 0.16"
Graphs = "1.11.1"
JointEnergyModels = "0.1.7"
KernelFunctions = "0.10.64"
LaplaceRedux = "0.1.4, 0.2, 1.0"
LazyArtifacts = "1"
LinearAlgebra = "1"
Logging = "1"
MLJBase = "0.21, 1"
MLJDecisionTreeInterface = "0.4.0"
MLUtils = "0.2, 0.3, 0.4"
MultivariateStats = "0.9, 0.10"
NeuroTreeModels = "1.1.3"
PackageExtensionCompat = "1"
ProgressMeter = "1"
Random = "1"
Serialization = "1"
Statistics = "1"
StatsBase = "0.33, 0.34"
Tables = "1"
TaijaBase = "1"
Test = "1"
UUIDs = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
JointEnergyModels = "48c56d24-211d-4463-bbc0-7a701b291131"
LaplaceRedux = "c52c1a26-f7c5-402b-80be-ba1e638ad478"
NeuroTreeModels = "1db4e0a5-a364-4b0c-897c-2bd5a4a3a1f2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "DecisionTree", "JointEnergyModels", "LaplaceRedux", "NeuroTreeModels", "Test"]