-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
34 lines (30 loc) · 1011 Bytes
/
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
name = "DomainIntegrals"
uuid = "cc6bae93-f070-4015-88fd-838f9505a86c"
authors = ["Daan Huybrechs <[email protected]>"]
version = "0.5.1"
[deps]
CompositeTypes = "b152e2b5-7a66-4b01-a709-34e65c35f657"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
GaussQuadrature = "d54b0c1a-921d-58e0-8e36-89d8069c0969"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
CompositeTypes = "0.1.3"
DomainSets = "0.7.2"
FastGaussQuadrature = "0.5"
GaussQuadrature = "0.5.7"
HCubature = "1.4.0"
IntervalSets = "0.7"
QuadGK = "2.3.1"
SpecialFunctions = "2"
StaticArrays = "1.0"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]