Skip to content

Commit b6b4bff

Browse files
committed
bump Bijectors.jl compat entry to 0.15.1 in test so JET.jl tests pass
1 parent 7ddec2c commit b6b4bff

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

test/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ADTypes = "1"
3232
AbstractMCMC = "5"
3333
AbstractPPL = "0.8.4, 0.9"
3434
Accessors = "0.1"
35-
Bijectors = "0.13.9, 0.14, 0.15"
35+
Bijectors = "0.15.1"
3636
Combinatorics = "1"
3737
Compat = "4.3.0"
3838
Distributions = "0.25"

test/runtests.jl

-6
Original file line numberDiff line numberDiff line change
@@ -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-
71
using Accessors
82
using ADTypes
93
using DynamicPPL

0 commit comments

Comments
 (0)