-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
46 lines (42 loc) · 1.8 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
name = "PseudostableRecurrences"
uuid = "4f7db8a5-8d22-4d9a-baad-9979a979c0ae"
authors = ["Tianyi Pu <[email protected]> and contributors"]
version = "0.0.8"
[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
CircularArrays = "7a955b69-7140-5f4e-a0ed-f168c5e2e749"
EltypeExtensions = "583f92f5-06d6-4306-8236-316410defc98"
Infinities = "e1ba4f0e-776d-440f-acd9-e1d2e9742647"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Aqua = "0.8"
ArrayLayouts = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1"
BandedMatrices = "0.15, 0.16, 0.17, 1"
CircularArrays = "1"
ClassicalOrthogonalPolynomials = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13"
Documenter = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 1"
EltypeExtensions = "0.1"
InfiniteArrays = "0.10, 0.11, 0.12, 0.13, 0.14"
Infinities = "0.1"
LazyArrays = "0.19, 0.20, 0.21, 0.22, 1, 2"
LinearAlgebra = "0, 1"
QuadGK = "1, 2"
SpecialFunctions = "1, 2"
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 1"
Test = "1"
julia = "1.5"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
ClassicalOrthogonalPolynomials = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
InfiniteArrays = "4858937d-0d70-526a-a4dd-2d5cb5dd786c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Aqua", "BandedMatrices", "ClassicalOrthogonalPolynomials", "Documenter", "InfiniteArrays", "LinearAlgebra", "QuadGK", "SpecialFunctions"]