-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (23 loc) · 808 Bytes
/
Project.toml
File metadata and controls
25 lines (23 loc) · 808 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
name = "Ananke"
uuid = "1a22c728-0c56-469f-9cf3-be645c8711d1"
authors = ["Ka Wai HO <woodyho13@gmail.com> "]
version = "0.1.2"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
RegistryTools = "d1eb7eb1-105f-429d-abf5-b0f65cb9e2c4"
[compat]
julia = "1.8"
CUDA = "1, 2.4.2, 3.0.0 - 3.6.4, 3.7.1, 4, 5"
DocStringExtensions = "0.8, 0.9"
FFTW = "1"
HDF5 = "^0.14.3"
ProgressMeter = "^1.7.2"
TimerOutputs = "^0.5.21"
RegistryTools = "1.9"