-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
32 lines (28 loc) · 959 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
name = "Bcube"
uuid = "cf06320b-b7f3-4748-8003-81a6b6979792"
authors = ["Ghislain Blanchard, Lokman Bennani and Maxime Bouyges"]
version = "0.2.0"
[deps]
FEMQuad = "be8e8821-3f6f-54c2-987c-d2773c3a52cb"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
FEMQuad = "0.3"
FastGaussQuadrature = "0.4, 0.5, 1.0"
ForwardDiff = "0.10"
LinearSolve = "1, 2"
NearestNeighbors = "0.4"
StaticArrays = "1.2"
Symbolics = "5, 6"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]