-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathProject.toml
31 lines (28 loc) · 1001 Bytes
/
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
name = "FinEtools"
uuid = "91bb5406-6c9a-523d-811d-0644c4229550"
authors = ["Petr Krysl <[email protected]>"]
version = "8.0.26"
[deps]
DataDrop = "aa547a04-dd37-49ab-8e73-656744f8a8fc"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SymRCM = "286e6d88-80af-4590-acc9-0001b223b9bd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[compat]
DataDrop = "^0.1"
DelimitedFiles = "^1.9"
HDF5 = "^0.17"
LoopVectorization = "^0.12"
SymRCM = "^0.2"
WriteVTK = "^1"
julia = "^1.10"
[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"