-
Notifications
You must be signed in to change notification settings - Fork 11
/
Project.toml
32 lines (30 loc) · 1.28 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
name = "SingularIntegralEquations"
uuid = "e094c991-5a90-5477-8896-c1e4c9552a1a"
version = "0.7.1"
[deps]
ApproxFun = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
ApproxFunFourier = "59844689-9c9d-51bf-9583-5b794ec66d30"
ApproxFunOrthogonalPolynomials = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
ApproxFunSingularities = "f8fcb915-6b99-5be2-b79a-d6dbef8e6e7e"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
HypergeometricFunctions = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LowRankApprox = "898213cb-b102-5a47-900c-97e73b919f73"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
ApproxFun = "0.11.8, 0.12, 0.13"
ApproxFunBase = "0.2.3, 0.3, 0.4.4, 0.5, 0.6, 0.7, 0.8"
ApproxFunFourier = "0.2, 0.3"
ApproxFunOrthogonalPolynomials = "0.3, 0.4, 0.5, 0.6"
ApproxFunSingularities = "0.1.6, 0.2, 0.3"
BandedMatrices = "0.14.2, 0.15, 0.16, 0.17"
DomainSets = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6"
DualNumbers = "0.6"
HypergeometricFunctions = "0.1, 0.2, 0.3"
LowRankApprox = "0.4, 0.5"
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.1, 2"
julia = "1.6"