-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
45 lines (39 loc) · 1.33 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name = "PlanktonIndividuals"
uuid = "dfeb4ede-c75e-11e9-050d-41ab7a730e9e"
authors = ["zhenwu0728 <zhenwu@mit.edu>", "gaelforget <gforget@mit.edu>"]
version = "0.7.3"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
[extensions]
PI_CUDAExt = "CUDA"
PI_MetalExt = ["Metal", "GPUArrays"]
[compat]
Adapt = "^4"
CUDA = "^4, 5"
Metal = "^1"
GPUArrays = "^10,11"
JLD2 = "^0.5"
KernelAbstractions = "^0.9"
StructArrays = "^0.6"
Statistics = "^1"
julia = "^1.7"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
MeshArrays = "cb8c808f-1acf-59a3-9d2b-6e38d009f683"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["BenchmarkTools", "Coverage", "MeshArrays", "Test"]