forked from FriesischScott/SlicedDistributions.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
23 lines (21 loc) · 845 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
name = "SlicedDistributions"
uuid = "78bc189a-7b6d-4df1-8a23-377b7c6fd0cb"
authors = ["Jasper Behrensdorf <[email protected]>"]
version = "0.1.0"
[deps]
CovarianceEstimation = "587fd27a-f159-11e8-2dae-1979310e6154"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
QuasiMonteCarlo = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TransitionalMCMC = "5bc637a6-1a46-43ed-8ea7-ee39cc1921ce"
[compat]
CovarianceEstimation = "0.2"
Distributions = "0.25"
DynamicPolynomials = "0.5, 0.6"
IntervalArithmetic = "0.19, 0.20"
StatsBase = "0.33"
TransitionalMCMC = "0.4"