-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
50 lines (46 loc) · 1.54 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
name = "TaijaPlotting"
uuid = "bd7198b4-c7d6-400c-9bab-9a24614b0240"
authors = ["Patrick Altmeyer"]
version = "1.3.0"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
ConformalPrediction = "98bfc277-1877-43dc-819b-a3e38c30242f"
CounterfactualExplanations = "2f13d31b-18db-44c1-bc43-ebaf2cff0be0"
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LaplaceRedux = "c52c1a26-f7c5-402b-80be-ba1e638ad478"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
NaturalSort = "c020b1a1-e9b0-503a-9c33-f039bfc54a85"
NearestNeighborModels = "636a865e-7cf4-491e-846c-de09b730eb36"
OneHotArrays = "0b1bfda6-eb8a-41d2-88d8-f5af5cad476f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"
[compat]
Aqua = "0.8"
CategoricalArrays = "0.10"
ConformalPrediction = "0.1, 1"
CounterfactualExplanations = "1.1.5"
DataAPI = "1"
Distributions = "0.25"
LaplaceRedux = "0.1, 0.2, 1.0.1"
LinearAlgebra = "1.10"
MLJBase = "0.21, 0.22, 1"
MLUtils = "0.4"
MultivariateStats = "0.9, 0.10"
NaturalSort = "1"
NearestNeighborModels = "0.2"
OneHotArrays = "0.2.5"
Plots = "1"
RecipesBase = "1.3.4"
Test = "1.10"
Trapz = "2.0.3"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test"]