-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathProject.toml
More file actions
50 lines (46 loc) · 1.6 KB
/
Project.toml
File metadata and controls
50 lines (46 loc) · 1.6 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
name = "Amaru"
uuid = "4cf2564c-d31b-5d58-bf70-2c153d6f88fd"
authors = ["Raul Durand and others"]
version = "v0.7.1"
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
MathTeXEngine = "0a4f8689-d25c-4efe-a92b-7142dfc1aa53"
FreeTypeAbstraction = "663a7486-cb36-511b-a19d-713bb74d65c9"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
[compat]
julia = "^1.10"
Arpack = "^0.5.0"
DataStructures = "^0.18.0"
DelimitedFiles = "^1.9.0"
DocStringExtensions = "^0.9.0"
Glob = "^1.3.0"
Gmsh = "^0.3.0"
StaticArrays = "^1.9.0"
SparseArrays = "^1.10.0"
StatsBase = "^0.34.0"
Cairo = "^1.1.0"
LaTeXStrings = "^1.3.0"
MathTeXEngine = "^0.5.0"
FreeTypeAbstraction = "^0.10.0"
CodecZlib = "^0.7.0"
TranscodingStreams = "^0.10.9"
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]