-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
85 lines (83 loc) · 2.83 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
name = "MOSLab"
uuid = "646a8480-3455-4dcb-93e7-a10dc646a0af"
authors = ["Rapos0 <[email protected]>"]
version = "0.1.1"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Cubature = "667455a9-e2ce-5579-9412-b964f529a492"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
DiffEqFlux = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
DiffEqOperators = "9fdde737-9c7f-55bf-ade8-46b3f136cc48"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
ExportAll = "ad2082ca-a69e-11e9-38fa-e96309a31fe4"
ExtendableGrids = "cfc395e8-590f-11e8-1f13-43a2532b2fa8"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
NumericalIntegration = "e7bfaba1-d571-5449-8927-abc22e82249b"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Quadrature = "67601950-bd08-11e9-3c89-fd23fb4432d2"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
VoronoiFVM = "82b139dc-5afc-11e9-35da-9b9bdfd336f3"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
julia = "1.6"
CUDA = "3.4"
Cubature = "1.5"
DataInterpolations = "3.6"
DiffEqFlux = "1.43"
DiffEqOperators = "4.32"
DiffRules = "1.3"
DifferentialEquations = "6.18"
Distributions = "0.24"
DomainSets = "0.5"
ExportAll = "0.1"
ExtendableGrids = "0.7"
Flux = "0.12"
Ipopt = "0.7"
JLD2 = "0.4"
JuMP = "0.21"
LaTeXStrings = "1.2"
Latexify = "0.15"
LineSearches = "7.1"
Measurements = "2.6"
ModelingToolkit = "6.4"
MonteCarloMeasurements = "1.0"
NLsolve = "4.5"
NonlinearSolve = "0.3"
NumericalIntegration = "0.3"
Optim = "1.4"
Plots = "1.22"
QuadGK = "2.4"
Quadrature = "1.11"
Reexport = "1.2"
Revise = "3.1"
Roots = "1.3"
StaticArrays = "1.2"
StatsFuns = "0.9"
Symbolics = "3.2"
Unitful = "1.9"
VoronoiFVM = "0.12"
Zygote = "0.6"