-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
30 lines (26 loc) · 848 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 = "MatrixPolynomials"
uuid = "bd52c179-449c-4965-a404-68b29a447f4b"
authors = ["Stefanos Carlström <[email protected]>"]
version = "0.1.3"
[deps]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UnicodeFun = "1cfade01-22cf-5700-b092-accc4b62d6e1"
[compat]
ArnoldiMethod = "0.2.0, 0.4"
Compat = "3.26.0, 4"
Formatting = "0.4"
Parameters = "0.12"
SpecialFunctions = "1.3, 2"
Statistics = "1"
UnicodeFun = "0.4"
julia = "1.3"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]