forked from probcomp/Gen.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
35 lines (31 loc) · 1.07 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
name = "Gen"
uuid = "ea4f424c-a589-11e8-07c0-fd5c91b9da4a"
authors = ["Marco Cusumano-Towner <[email protected]>"]
version = "0.4.1"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
FunctionalCollections = "de31a74c-ac4f-5751-b3fd-e18cd04993ca"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
DataStructures = "0.15, 0.16, 0.17, 0.18"
Distributions = "0.21, 0.22, 0.23, 0.24"
ForwardDiff = "0.10.10"
FunctionalCollections = "0.5"
JSON = "0.20, 0.21"
MacroTools = "0.5"
Parameters = "0.12"
ReverseDiff = "1.4, 1.5"
SpecialFunctions = "0.8, 0.9, 0.10, 1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]