-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
52 lines (46 loc) · 1.5 KB
/
Copy pathProject.toml
File metadata and controls
52 lines (46 loc) · 1.5 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name = "Cladistics"
uuid = "e3663be0-4771-44aa-b6d0-43b3a6d82e58"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
version = "0.1.0"
license = "MPL-2.0"
[deps]
AcceleratorGate = "59f742c7-270d-4a76-95d4-a853ae16cc71"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
[extensions]
CladisticsCUDAExt = ["CUDA", "KernelAbstractions"]
CladisticsMetalExt = ["Metal", "KernelAbstractions"]
CladisticsROCmExt = ["AMDGPU", "KernelAbstractions"]
CladisticsTPUExt = "AcceleratorGate"
CladisticsNPUExt = "AcceleratorGate"
CladisticsFPGAExt = "AcceleratorGate"
CladisticsVPUExt = "AcceleratorGate"
CladisticsQPUExt = "AcceleratorGate"
CladisticsDSPExt = "AcceleratorGate"
CladisticsPPUExt = "AcceleratorGate"
CladisticsMathExt = "AcceleratorGate"
CladisticsCryptoExt = "AcceleratorGate"
[compat]
AcceleratorGate = "0.1"
julia = "1.9"
Clustering = "0.14, 0.15"
Distances = "0.10"
DataFrames = "1"
Graphs = "1"
CUDA = "5"
Metal = "1"
AMDGPU = "1"
KernelAbstractions = "0.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]