-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
50 lines (46 loc) · 1.77 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name = "CompactBases"
uuid = "2c0377a8-7469-4ebd-be0f-82e501f20078"
authors = ["Stefanos Carlström <stefanos.carlstrom@gmail.com>"]
version = "0.3.14"
[deps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
ContinuumArrays = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
ArnoldiMethod = "0.2"
BandedMatrices = "0.16,0.17"
BlockBandedMatrices = "0.11, 0.12"
ContinuumArrays = "0.10, 0.11, 0.12"
FastGaussQuadrature = "0.4, 0.5"
FillArrays = "0.12,0.13, 1"
Formatting = "0.4"
IntervalSets = "0.5.1,0.6,0.7"
LazyArrays = "0.22, 1"
OffsetArrays = "1.1"
PrettyTables = "2"
ProgressMeter = "1.5"
QuasiArrays = "0.9"
RecipesBase = "1.0"
RollingFunctions = "0.6, 0.7"
UnicodePlots = "3"
julia = "1.6"
[extras]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RollingFunctions = "b0e4dd01-7b14-53d8-9b45-175a3e362653"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[targets]
test = ["Test", "ArnoldiMethod", "PrettyTables", "Random", "RollingFunctions", "ProgressMeter", "UnicodePlots"]