-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
30 lines (26 loc) · 948 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
name = "PointProcessInference"
uuid = "e7521202-fd63-590f-a507-4e5145ac8dd0"
authors = ["Shota Gugushvili, Frank van der Meulen, Moritz Schauer, Peter Spreij"]
version = "0.2.3"
[deps]
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
DataDeps = "0.7"
DataFrames = "0.19, 0.20, 0.21, 0.22"
Distributions = "0.21, 0.22, 0.23, 0.24"
HTTP = "0.8, 0.9"
Optim = "0.19, 0.20, 0.21, 0.22, 1.2"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]