-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
31 lines (26 loc) · 826 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
name = "DescriptorSystems"
uuid = "a81e2ce2-54d1-11eb-2c75-db236b00f339"
authors = ["Andreas Varga <varga.andreas@gmail.com>"]
version = "1.4.4"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MatrixEquations = "99c1a7ee-ab34-5fd5-8076-27c950a045f4"
MatrixPencils = "48965c70-4690-11ea-1f13-43a2532b2fa8"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
LinearAlgebra = "1"
MatrixEquations = "2.4"
MatrixPencils = "1.8"
Measurements = "2.11"
Polynomials = "2.0, 3, 4"
Random = "1"
SparseArrays = "1"
Test = "1"
julia = "1.8"
[extras]
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Measurements", "SparseArrays", "Test"]