-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (32 loc) · 1.06 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
name = "FinEtoolsDDMethods"
uuid = "093fdad3-4fce-4574-aa49-c2a24de4f00d"
authors = ["Petr Krysl <[email protected]>"]
version = "0.7.1"
[deps]
CoNCMOR = "3a989f29-cff0-4f1c-87be-5dcdd41bd240"
DataDrop = "aa547a04-dd37-49ab-8e73-656744f8a8fc"
FinEtools = "91bb5406-6c9a-523d-811d-0644c4229550"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
ShellStructureTopo = "77fad3b7-27a3-4ff4-b61b-6ce40034767b"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
CoNCMOR = "^0.5"
DataDrop = "^0.1"
FinEtools = "^8"
Krylov = "^0.9"
LinearAlgebra = "^1.10"
LinearOperators = "^2.9"
MPI = "^0.20"
Metis = "^1.4"
OrderedCollections = "^1.6"
ShellStructureTopo = "^0.7"
SparseArrays = "^1.10"
Statistics = "^1.10"
julia = "^1.10"