-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
37 lines (35 loc) · 1.16 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
name = "UltraDark"
uuid = "1c8d022d-dfc0-4b41-80ab-3fc7e88cdfea"
authors = ["Nathan Musoke <[email protected]>"]
version = "0.9.7"
[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Folds = "41a02a25-b8f0-4f67-bc48-60067656b558"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
PencilArrays = "0e08944d-e94e-41b1-9406-dcf66b6a9d2e"
PencilFFTs = "4a48f351-57a6-4416-9ec4-c37015456aae"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
[compat]
AbstractFFTs = "1.0"
Dates = "1.8, 1.9"
DocStringExtensions = "0.9.3"
FFTW = "1.3.1"
Folds = "0.2.8"
HDF5 = "0.17.2"
LinearAlgebra = "1.8, 1.9"
MPI = "0.20"
NPZ = "0.4.3"
PencilArrays = "0.17.11, 0.18"
PencilFFTs = "0.14.2, 0.15"
PrecompileTools = "1.2"
Statistics = "1.8, 1.9"
Strided = "2.0.4"
julia = "1.8, 1.9, 1.10"