-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 907 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 907 Bytes
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
name = "QED"
uuid = "8bcbec86-48c7-11ec-16a6-c1bc83299373"
authors = ["Brendan Lyons <lyonsbc@fusion.gat.com>"]
version = "1.6.4"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
FiniteElementHermite = "6ce10167-d368-4c0e-af34-9787cdd175e5"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[weakdeps]
IMAS = "13ead8c1-b7d1-41bb-a6d0-5b8b65ed587a"
[extensions]
IMAS_Ext = "IMAS"
[compat]
ArgParse = "1"
BandedMatrices = "1"
DataInterpolations = "7, 8"
FiniteElementHermite = "0.2, 1"
ForwardDiff = "0.10, 1"
IMAS = "5, 6, 7"
JSON = "0.21"
LinearSolve = "3"
Requires = "1"