-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (27 loc) · 1.14 KB
/
Project.toml
File metadata and controls
31 lines (27 loc) · 1.14 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
name = "MLJMultivariateStatsInterface"
uuid = "1b6a4a23-ba22-4f51-9698-8599985d3728"
authors = ["Anthony D. Blaom <anthony.blaom@gmail.com>", "Thibaut Lienart <thibaut.lienart@gmail.com>", "Okon Samuel <okonsamuel50@gmail.com>"]
version = "0.5.4"
[deps]
CategoricalDistributions = "af321ab8-2d2e-40a6-b165-3d674595d28e"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CategoricalDistributions = "0.2"
Distances = "0.9,0.10"
MLJModelInterface = "1.4"
MultivariateStats = "0.10"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.10"
[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
StatisticalMeasures = "a19d573c-0a75-4610-95b3-7071388c7541"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Dates", "MLJBase", "Random", "StableRNGs", "StatisticalMeasures", "Test"]