-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
51 lines (47 loc) · 1.5 KB
/
Project.toml
File metadata and controls
51 lines (47 loc) · 1.5 KB
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
name = "TwoDG"
uuid = "0ba541ed-3900-48fb-aef1-27df9a57135d"
authors = ["Xin Kai Lee <xin.lee18@imperial.ac.uk> and contributors"]
version = "1.0.0-DEV"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Jacobi = "83f21c0b-4282-5fbc-9e3f-f6da3d2e584c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
CSV = "0.10.15"
CairoMakie = "0.13.1"
Colors = "0.13.0"
DSP = "0.8.2"
DataFrames = "1.7.0"
Dierckx = "0.5.4"
ForwardDiff = "0.10.38"
GeometryBasics = "0.5.5"
Gmsh = "0.3.1"
Interpolations = "0.15.1"
JLD2 = "0.6.2"
Jacobi = "0.7.0"
LinearAlgebra = "1.11.0"
Makie = "0.22.3"
Polynomials = "4.0.17"
SparseArrays = "1.11.0"
Statistics = "1.11.1"
Symbolics = "6.30.0"
julia = "1.6.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]