-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 806 Bytes
/
Copy pathProject.toml
File metadata and controls
30 lines (26 loc) · 806 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
name = "MultiQuad"
uuid = "8fca5bbe-a785-4bb7-9793-c0c8ddca5d4b"
authors = ["Aurelio Amerio <aure.amerio@gmail.com>"]
version = "1.3.1"
[deps]
Cuba = "8a292aeb-7a57-582c-b821-06e4c11590b1"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
Cuba = "2.3"
FastGaussQuadrature = "0.5"
HCubature = "1.4, 1.5"
LRUCache = "1.3"
ProgressMeter = "1.7"
QuadGK = "2.8"
Unitful = "1.0, 1.11"
julia = "^1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]