-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
42 lines (38 loc) · 1.27 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
name = "IntegralEquations2D"
uuid = "579fcb7a-e980-4e35-9e06-a3898a42c3b5"
authors = ["Daan <[email protected]>"]
version = "0.4.1"
[deps]
BasisFunctions = "4343a256-5453-507d-8aad-01a9d7189916"
BasisTranslates = "6f49839c-b887-42fe-a304-07c35be75e0b"
DomainIntegrals = "cc6bae93-f070-4015-88fd-838f9505a86c"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FrameFun = "bbafa164-4497-5d18-87cf-33e911f89480"
GridArrays = "356ae075-8bc9-5ef9-a342-46c9ba26438c"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
BasisFunctions = "0.6.3"
BasisTranslates = "0.1.3"
DomainIntegrals = "0.4.5"
DomainSets = "0.7"
FastGaussQuadrature = "0.5"
FrameFun = "0.5.4"
GridArrays = "0.2.1"
HCubature = "1.4"
IntervalSets = "0.7"
QuadGK = "2.4"
RecipesBase = "1.0"
SpecialFunctions = "1.0,2.0"
StaticArrays = "1.0"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]