-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
71 lines (67 loc) · 2.24 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name = "BAOrec"
uuid = "51f5fa86-3843-4c1d-8020-7bd05340a21e"
authors = ["Daniel Forero"]
version = "0.1.0"
[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
NeuralPDE = "315f7962-48a3-4962-8226-d0f33b1235f0"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PencilArrays = "0e08944d-e94e-41b1-9406-dcf66b6a9d2e"
PencilFFTs = "4a48f351-57a6-4416-9ec4-c37015456aae"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
ScatteredInterpolation = "3f865c0f-6dca-5f4d-999b-29fe1e7e3c92"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
AbstractFFTs = "1"
CSV = "0.10"
CUDA = "3"
CUDAKernels = "0.4"
DataFrames = "1"
FFTW = "1"
ForwardDiff = "0.10"
Interpolations = "0.14"
KernelAbstractions = "0.8"
Lux = "0.4"
ModelingToolkit = "8"
NPZ = "0.4"
NeuralPDE = "5"
OffsetArrays = "1"
Optimization = "3"
OptimizationOptimJL = "0.1"
Parameters = "0.12"
PencilArrays = "0.17"
PencilFFTs = "0.14"
Plots = "1"
QuadGK = "2"
Revise = "3"
ScatteredInterpolation = "0.3"
StaticArrays = "1"
Zygote = "0.6"
julia = "1"
[extras]
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]