-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
31 lines (29 loc) · 972 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 = "FinEtoolsFlexStructures"
uuid = "723391e6-6814-4d1d-921c-018f691214d8"
authors = ["Petr Krysl <[email protected]>"]
version = "3.0.3"
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
DataDrop = "aa547a04-dd37-49ab-8e73-656744f8a8fc"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
FinEtools = "91bb5406-6c9a-523d-811d-0644c4229550"
FinEtoolsDeforLinear = "e9187c00-8bdd-11e9-1e70-7ba8303116a2"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SymRCM = "286e6d88-80af-4590-acc9-0001b223b9bd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Arpack = "=0.5.3"
DataDrop = "^0.1"
Dierckx = "^0.5"
FinEtools = "^8"
FinEtoolsDeforLinear = "^3"
LinearAlgebra = "^1.10"
SparseArrays = "^1.10"
SparseMatricesCSR = "^0.6"
Statistics = "^1.10"
SymRCM = "^0.2"
Test = "^1.10"
julia = "^1.10"