forked from JuliaTrustworthyAI/CounterfactualExplanations.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
executable file
·77 lines (72 loc) · 2.59 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
name = "CounterfactualExplanations"
uuid = "2f13d31b-18db-44c1-bc43-ebaf2cff0be0"
authors = ["Patrick Altmeyer <[email protected]>"]
version = "0.1.32"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
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"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
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"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
[weakdeps]
EvoTrees = "f6006082-12f8-11e9-0c9c-0d5d367ab1e5"
LaplaceRedux = "c52c1a26-f7c5-402b-80be-ba1e638ad478"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
[extensions]
EvoTreesExt = "EvoTrees"
LaplaceReduxExt = "LaplaceRedux"
MPIExt = "MPI"
[compat]
CategoricalArrays = "0.10"
ChainRulesCore = "1.15"
CUDA = "3, 4, 5"
cuDNN = "1"
DataFrames = "1"
DecisionTree = "0.12.3"
Distributions = "0.25.97"
EvoTrees = "0.14, 0.15, 0.16"
Flux = "0.12, 0.13, 0.14"
LaplaceRedux = "0.1"
LazyArtifacts = "1"
LinearAlgebra = "1.6, 1.7, 1.8, 1.9, 1.10"
Logging = "1.6, 1.7, 1.8, 1.9, 1.10"
MLJBase = "0.21, 1"
MLJDecisionTreeInterface = "0.4.0"
MLUtils = "0.2, 0.3, 0.4"
MPI = "0.20"
MultivariateStats = "0.9, 0.10"
PackageExtensionCompat = "1"
Parameters = "0.12"
ProgressMeter = "1"
Random = "1.6, 1.7, 1.8, 1.9, 1.10"
Serialization = "1.6, 1.7, 1.8, 1.9, 1.10"
Statistics = "1"
StatsBase = "0.33, 0.34"
Tables = "1"
UUIDs = "1.6, 1.7, 1.8, 1.9, 1.10"
julia = "1.6, 1.7, 1.8, 1.9, 1.10"
MPIPreferences = "0.2"
[extras]
EvoTrees = "f6006082-12f8-11e9-0c9c-0d5d367ab1e5"
LaplaceRedux = "c52c1a26-f7c5-402b-80be-ba1e638ad478"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"