-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
86 lines (79 loc) · 2.92 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
name = "CoupledNODE"
uuid = "88291d29-22ea-41b1-bc0b-03785bffce48"
authors = ["Pablo Rodríguez Sánchez <pablo.rodriguez.sanchez@gmail.com> , Luisa Orozco <l.orozco@esciencecenter.nl>, Simone Ciarella <s.ciarella@esciencecenter.nl>, Aron Jansen <a.p.jansen@esciencecenter.nl>, Victor Azizi <v.azizi@esciencecenter.nl>"]
version = "0.0.2"
[deps]
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
ShiftedArrays = "1277b4bf-5013-50f5-be3d-901d8477a67a"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[weakdeps]
IncompressibleNavierStokes = "5e318141-6589-402b-868d-77d7df8c442e"
NeuralClosure = "099dac27-d7f2-4047-93d5-0baee36b9c25"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
LuxCUDA = "d0bbae9a-e099-4d5b-a835-1c6931763bda"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
Juno = "e5e0dc1b-0480-54bc-9374-aad01c23163d"
[sources]
NeuralClosure = {rev = "main", url = "https://github.com/DEEPDIP-project/NeuralClosure.jl.git"}
[extensions]
CoupledNODECUDA = ["CUDA"]
NavierStokes = ["IncompressibleNavierStokes", "NeuralClosure"]
[compat]
CUDA = "5"
CairoMakie = "0.12"
ChainRules = "1"
ComponentArrays = "0.15"
DifferentialEquations = "7"
Documenter = "1"
FFTW = "1"
Glob = "1"
IncompressibleNavierStokes = "^2.0.1"
JLD2 = "0.5"
JuliaFormatter = "1"
Juno = "0.8"
Literate = "2"
Lux = "1"
LuxCUDA = "0.3"
NNlib = "0.9"
NeuralClosure = "1.0.0"
Optimization = "4"
OptimizationOptimisers = "0.3"
Plots = "1"
Revise = "3"
SciMLSensitivity = "7"
ShiftedArrays = "2"
Statistics = "1.10"
Tullio = "0.3"
YAML = "0.4.12"
Zygote = "0.6"
cuDNN = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
NeuralClosure = "099dac27-d7f2-4047-93d5-0baee36b9c25"
IncompressibleNavierStokes = "5e318141-6589-402b-868d-77d7df8c442e"
[targets]
test = ["Test", "IncompressibleNavierStokes", "NeuralClosure"]