-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Project.toml
55 lines (51 loc) · 1.7 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
name = "HighDimPDE"
uuid = "57c578d5-59d4-4db8-a490-a9fc372d19d2"
authors = ["Victor Boussange <[email protected]>"]
version = "2.0.0"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
[compat]
Aqua = "0.8"
CUDA = "5.4.2"
DiffEqBase = "6.151"
Distributions = "v0.25.107"
DocStringExtensions = "0.9.3"
Flux = "0.14.16, 0.15, 0.16"
Functors = "0.4.11"
LinearAlgebra = "1.10"
Random = "1.10"
Reexport = "1.2.2"
SafeTestsets = "0.1"
SciMLBase = "2.42"
SciMLSensitivity = "7.62"
SparseArrays = "1.10"
Statistics = "1.10"
StochasticDiffEq = "6.66"
Test = "1.10"
Tracker = "0.2.34"
Zygote = "0.6.70"
cuDNN = "1.3.2"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Distributions", "Test", "SafeTestsets"]