-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (27 loc) · 869 Bytes
/
Project.toml
File metadata and controls
31 lines (27 loc) · 869 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
name = "MeshIntegrals"
uuid = "dadec2fd-bbe0-4da4-9dbe-476c782c8e47"
version = "0.17.0-DEV"
[deps]
CliffordNumbers = "3998ac73-6bd4-4031-8035-f167dd3ed523"
CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
[extensions]
MeshIntegralsEnzymeExt = "Enzyme"
[compat]
CliffordNumbers = "0.1.9"
CoordRefSystems = "0.16, 0.17, 0.18"
Enzyme = "0.13.47"
FastGaussQuadrature = "1"
HCubature = "1.5"
LinearAlgebra = "1"
Meshes = "0.52.12, 0.53, 0.54"
QuadGK = "2.1.1"
Unitful = "1.19"
julia = "1.9"