-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
39 lines (34 loc) · 1.03 KB
/
Project.toml
File metadata and controls
39 lines (34 loc) · 1.03 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
name = "BasisSimulator"
uuid = "8f904dfe-b85e-4ff6-b463-dae2292396b9"
authors = ["Dale Black <djblack@uci.edu>"]
version = "0.1.1" # x-release-please-version
[deps]
AcceleratedKernels = "6a4ca0a5-0e36-4168-a932-d9be78d558f1"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
XrayAttenuation = "7811750c-a499-436e-8b04-55fc0593dd37"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
[compat]
AcceleratedKernels = "0.4"
CUDA = "5"
DelimitedFiles = "1"
FFTW = "1"
LinearAlgebra = "1"
Metal = "1.9"
Random = "1"
Serialization = "1"
Statistics = "1"
Unitful = "1"
XrayAttenuation = "0.3"
julia = "1.11"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]