-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
25 lines (23 loc) · 970 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
name = "Beluga"
uuid = "54089656-9653-11e9-3cd0-3b3de27a7aaa"
authors = ["Arthur ZWAENEPOEL <[email protected]>"]
version = "0.1.1"
[deps]
AdaptiveMCMC = "7599756a-d2e4-11e9-0d0e-31645f1f853c"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DistributedArrays = "aaf54ef3-cdf8-58ed-94cc-d582ad619b94"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NewickTree = "b0a14db8-6308-4ebc-8917-f72cd81f5094"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
AdaptiveMCMC = "0.1.0"
DataFrames = "0.21.7"