We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddec2c commit b6b4bffCopy full SHA for b6b4bff
test/Project.toml
@@ -32,7 +32,7 @@ ADTypes = "1"
32
AbstractMCMC = "5"
33
AbstractPPL = "0.8.4, 0.9"
34
Accessors = "0.1"
35
-Bijectors = "0.13.9, 0.14, 0.15"
+Bijectors = "0.15.1"
36
Combinatorics = "1"
37
Compat = "4.3.0"
38
Distributions = "0.25"
test/runtests.jl
@@ -1,9 +1,3 @@
1
-using Pkg
2
-# Add Bijectors.jl#torfjelde/logabsdetjac-dist-fix
3
-Pkg.add(;
4
- url="https://github.com/TuringLang/Bijectors.jl", rev="torfjelde/logabsdetjac-dist-fix"
5
-)
6
-
7
using Accessors
8
using ADTypes
9
using DynamicPPL
0 commit comments