forked from JuliaSeismo/SeisNoise.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
33 lines (31 loc) · 1.05 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
name = "SeisNoise"
uuid = "8cc7c3c0-6b5d-11e9-39fe-c9cd0236e08b"
authors = ["timclements <[email protected]>"]
version = "0.5.3"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SeisBase = "8b7dfb90-41a7-4c72-9751-87603311c074"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Adapt = "1.0.1, 2.0, 3.0"
CUDA = "2, 3"
DSP = "0.6, 0.7"
FFTW = "1.1, 1.2, 1.3, 1.4"
GPUArrays = "3.1, 4.0, 5.0, 6.2, 7.0, 8.0"
Glob = "1.2"
JLD2 = "0.1, 0.2, 0.3, 0.4"
RecipesBase = "1.1"
SeisBase = "0.1.0"
StatsBase = "0.32,0.33"
julia = "1"