We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c177271 commit bdba893Copy full SHA for bdba893
docs/Project.toml
@@ -1,4 +1,8 @@
1
[deps]
2
+BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
3
+Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
4
+AbstractPPL = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
5
+LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
6
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
7
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
docs/make.jl
@@ -1,7 +1,4 @@
using AbstractMCMC
-using AbstractPPL
-using BangBang
-using Distributions
using Documenter
using Random
0 commit comments