-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
44 lines (42 loc) · 1.42 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
name = "TEQUILA"
uuid = "a60c9cbd-e72f-4185-96b6-b8fc312c4d37"
authors = ["Brendan C. Lyons <[email protected]> and contributors"]
version = "1.1.6"
[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FiniteElementHermite = "6ce10167-d368-4c0e-af34-9787cdd175e5"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
MXHEquilibrium = "8efa4e5a-7b9a-4eec-876e-01d13d5b5d75"
MillerExtendedHarmonic = "c82744c2-dc08-461a-8c37-87ab04d0f9b8"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PlotUtils = "995b91a9-d308-5afd-9ec6-746e21dbc043"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
BSON = "0.3"
FFTW = "1"
FiniteElementHermite = "1"
ForwardDiff = "0.10"
JuMP = "1"
LinearSolve = "2, 3"
MXHEquilibrium = "1.0.1"
MillerExtendedHarmonic = "1, 2"
NLopt = "0.6, 1"
Optim = "1"
PlotUtils = "1"
PreallocationTools = "0.4"
QuadGK = "2 - 2.9.1, 2.9.4"
RecipesBase = "1"
Roots = "2"
SparseArrays = "1"
StaticArrays = "1"
julia = "1"