-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
30 lines (26 loc) · 989 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 = "InfinitesimalGenerators"
uuid = "2fce0c6f-5f0b-5c85-85c9-2ffe1d5ee30d"
version = "2.4.0"
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
[compat]
Arpack = "0.3, 0.4, 0.5"
BlockBandedMatrices = "0.12, 0.13"
Distributions = "0.22, 0.23, 0.24, 0.25"
FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
KrylovKit = "0.4, 0.5, 0.6, 0.7, 0.8"
Roots = "0.8, 1, 2"
julia = "1.6"
[extras]
Expokit = "a1e7a1ef-7a5d-5822-a38c-be74e1bb89f4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Expokit", "LinearAlgebra", "Statistics", "Test"]