-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
52 lines (46 loc) · 1.69 KB
/
Project.toml
File metadata and controls
52 lines (46 loc) · 1.69 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 = "NeighbourLists"
uuid = "2fcf5ba9-9ed4-57cf-b73f-ff513e316b9c"
version = "0.6.0"
[deps]
AcceleratedKernels = "6a4ca0a5-0e36-4168-a932-d9be78d558f1"
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[extensions]
NeighbourListsAtomsBaseExt = ["AtomsBase", "Unitful"]
NeighbourListsCUDAExt = "CUDA"
[compat]
AcceleratedKernels = "0.4"
Atomix = "0.1, 1"
AtomsBase = "0.5"
AtomsBuilder = "0.2.2"
BenchmarkTools = "1.6.3"
CUDA = "5"
CondaPkg = "0.2"
KernelAbstractions = "0.9"
LinearAlgebra = "1"
PythonCall = "0.9"
StaticArrays = "1"
Unitful = "1"
julia = "1.11"
[extras]
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
AtomsBuilder = "f5cc8831-eeb7-4288-8d9f-d6c1ddb77004"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[targets]
test = ["Test", "Distances", "ForwardDiff", "NearestNeighbors", "Printf", "AtomsBase", "AtomsBuilder", "PythonCall", "CondaPkg", "CUDA", "Unitful"]