-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
31 lines (27 loc) · 982 Bytes
/
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
name = "PosDefManifoldML"
uuid = "a07f4532-e2c9-11e9-2ea2-6d98fe4a1f21"
authors = ["Marco-Congedo <[email protected]>"]
version = "0.4.7"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GLMNet = "8d5ece8b-de18-5317-b113-243142960cc6"
LIBSVM = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PosDefManifold = "f45a3650-5c51-11e9-1e9a-133aa5e309cf"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Distributions = "0.22, 0.23, 0.24, 0.25"
GLMNet = "0.7"
LIBSVM = "0.8"
PosDefManifold = "0.5"
StatsBase = "0.32, 0.33, 0.34"
julia = "1"
[extras]
PosDefManifold = "f45a3650-5c51-11e9-1e9a-133aa5e309cf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["PosDefManifold", "Statistics", "Test"]