-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
46 lines (40 loc) · 1.42 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 = "ApproxFunSingularities"
uuid = "f8fcb915-6b99-5be2-b79a-d6dbef8e6e7e"
version = "0.3.21"
[deps]
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
ApproxFunOrthogonalPolynomials = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
HalfIntegers = "f0d1745a-41c9-11e9-1dd9-e5d34d218721"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OddEvenIntegers = "8d37c425-f37a-4ca2-9b9d-a61bc06559d2"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[extensions]
ApproxFunSingularitiesStaticArraysExt = "StaticArrays"
[compat]
ApproxFunBase = "0.8.67, 0.9.28"
ApproxFunOrthogonalPolynomials = "0.2.3, 0.3, 0.4, 0.5, 0.6"
Aqua = "0.8"
BlockBandedMatrices = "0.11, 0.12, 0.13"
DomainSets = "0.4, 0.5, 0.6, 0.7"
HalfIntegers = "1.5"
IntervalSets = "0.5, 0.6, 0.7"
LinearAlgebra = "1"
OddEvenIntegers = "0.1.8"
Reexport = "0.2, 1"
SpecialFunctions = "1, 2"
StaticArrays = "1"
Test = "1"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test", "SpecialFunctions"]