-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 847 Bytes
/
Copy pathProject.toml
File metadata and controls
32 lines (28 loc) · 847 Bytes
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
name = "CoherentSearch"
uuid = "b7e4a1c2-3d6f-4e8a-9c1b-2a5d8f3e6c40"
version = "0.1.0"
authors = ["Scott Ransom <sransom@nrao.edu>"]
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
[extensions]
CoherentSearchCUDAExt = "CUDA"
[compat]
ArgParse = "1.2.0"
CUDA = "5, 6"
CairoMakie = "0.15.13"
FFTW = "1.10.0"
LinearAlgebra = "1.12.0"
Logging = "1.11.0"
Mmap = "1.11.0"
PrecompileTools = "1.3"
Printf = "1.11.0"
julia = "1.10"