-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
36 lines (32 loc) · 1.05 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
name = "SplineFEEC"
uuid = "54305bb1-ba03-4a36-9b76-34615d8e2815"
authors = ["JuliaDEC"]
version = "0.1.0"
[deps]
CompactBases = "2c0377a8-7469-4ebd-be0f-82e501f20078"
ContinuumArrays = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
Cubature = "667455a9-e2ce-5579-9412-b964f529a492"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PGFPlotsX = "8314cec4-20b6-5062-9cdb-752b83310925"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
CompactBases = "0.1"
DocumenterTools = "0.1"
DomainSets = "0.4"
FFTW = "1.2"
FastGaussQuadrature = "0.4"
Kronecker = "0.4"
Plots = "1.7, 1.8"
StaticArrays = "0.12, 0.1, 1.0"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]