-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
31 lines (27 loc) · 923 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 = "GraphKernels"
uuid = "fe1457df-6c84-4629-916f-b550d5f6a5bb"
authors = ["Simon Schoelly <sischoel@gmail.com> and contributors"]
version = "0.2.0"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
LIBSVM = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SimpleValueGraphs = "b43c691f-cac2-5415-8122-396fe16a49fc"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
[compat]
DataStructures = "0.18.9"
Graphs = "1.4.1"
KernelFunctions = "0.10.5"
LIBSVM = "0.7"
SimpleValueGraphs = "0.4"
ThreadsX = "0.1"
julia = "1.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]