-
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) · 1.07 KB
/
Project.toml
File metadata and controls
32 lines (28 loc) · 1.07 KB
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 = "DelayCorrectedPFVG"
uuid = "ad9bf4b2-67b2-497f-82b2-ca17e89facaf"
authors = ["Nikos Gianniotis <ngiann@gmail.com> and contributors"]
version = "1.0.2"
[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ExponentialExpectations = "514699ec-cad0-4573-b799-e90939df45ca"
FasterGPCC = "c5c4b0dc-c31b-4b94-9b5f-f5662dec8886"
GPCC = "4498ab02-56af-48f6-b5af-4c1c07c71523"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MiscUtil = "e472fcb8-ab9f-4ff8-82d2-c5cadce53af3"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationNLopt = "4e6fcdb7-1186-4e1f-a706-475e75c168bb"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[compat]
FasterGPCC = "0.0.4"
GPCC = "0.2.5"
julia = "1.6.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]