-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 870 Bytes
/
Copy pathProject.toml
File metadata and controls
32 lines (28 loc) · 870 Bytes
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 = "CompactBasisFunctions"
uuid = "a09551c4-f815-4143-809e-dd1986753ba7"
version = "0.4.1"
authors = ["Michael Kraus"]
[deps]
ContinuumArrays = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
GeometricBase = "9a0b12b7-583b-4f04-aa1f-d8551b6addc9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
QuadratureRules = "a08977f5-a20d-4b99-b11f-f5ea535e0575"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Aqua = "0.8"
ContinuumArrays = "0.18, 0.19, 0.20, 0.21"
GeometricBase = "0.14.8"
LinearAlgebra = "1"
OffsetArrays = "1"
QuadratureRules = "0.2"
Random = "1"
StaticArrays = "1"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Random", "Test"]