-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
40 lines (34 loc) · 1.07 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
name = "GridArrays"
uuid = "356ae075-8bc9-5ef9-a342-46c9ba26438c"
version = "0.2.4"
[deps]
CompositeTypes = "b152e2b5-7a66-4b01-a709-34e65c35f657"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
GaussQuadrature = "d54b0c1a-921d-58e0-8e36-89d8069c0969"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[weakdeps]
DomainIntegrals = "cc6bae93-f070-4015-88fd-838f9505a86c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[extensions]
GridArraysDomainIntegralsExt = "DomainIntegrals"
GridArraysRecipesBaseExt = "RecipesBase"
[compat]
CompositeTypes = "0.1.3"
DomainSets = "0.6.2,0.7"
FastGaussQuadrature = "0.4,0.5"
FillArrays = "0.13,1"
GaussQuadrature = "0.5.7"
LinearAlgebra = "1"
Plots = "1"
RecipesBase = "1.0"
StaticArrays = "1.0"
Test = "1"
julia = "1.9"
[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[targets]
test = ["Plots", "LinearAlgebra"]