speedy-slice

Speedy slice sampling.
Log | Files | Refs | README | LICENSE

commit 026626b6da6c1781930b404c15b0fcd0bb3bd904
parent 7ae82a9d3334c05328e1994a14eede9f8dd9607e
Author: Jared Tobin <jared@jtobin.ca>
Date:   Sun,  4 Dec 2016 22:03:50 +1300

Loosen upper bound on xformers. [ci skip]

Diffstat:
Mspeedy-slice.cabal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/speedy-slice.cabal b/speedy-slice.cabal @@ -49,7 +49,7 @@ library , mcmc-types >= 1.0.1 , mwc-probability >= 1.0.1 , pipes >= 4 && < 5 - , transformers >= 0.5 && < 0.6 + , transformers >= 0.5 && < 1.0 Test-suite rosenbrock type: exitcode-stdio-1.0