-
Notifications
You must be signed in to change notification settings - Fork 20
/
Project.toml
39 lines (35 loc) · 1.41 KB
/
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
31
32
33
34
35
36
37
38
39
name = "SMC"
uuid = "c6043b28-c053-11e9-348c-19d3cb73bbb3"
authors = ["William Chen <[email protected]>", "Shlok Goyal <[email protected]>", "Alissa Johnson <[email protected]>"]
version = "0.1.15"
[deps]
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ModelConstructors = "e47e5152-bd14-11e9-1b46-c951f0a7041d"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Calculus = "0.4, 0.5"
Distributions = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
FileIO = "1.0.7, 1.1, 1.2, ^1.3"
HDF5 = "0.12, 0.13, 0.14, 0.15"
JLD2 = "^0.1.3, 0.2, 0.3, 0.4"
ModelConstructors = "0.1.10, 0.1.11, 0.1.12, 0.2"
PDMats = "^0.9.10, 0.10, 0.11"
Roots = "0.7, 0.8, 1"
StatsBase = "0.29, 0.30, 0.31, 0.32.0, 0.33.0"
julia = "1"
[extras]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "InteractiveUtils"]