File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ AbstractMCMC = "4"
4040AdvancedHMC = " 0.3.0, 0.4"
4141AdvancedMH = " 0.6.8, 0.7"
4242AdvancedPS = " 0.4"
43- AdvancedVI = " 0.1, 0. 2"
43+ AdvancedVI = " 0.2"
4444BangBang = " 0.3"
45- Bijectors = " 0.8, 0.9, 0.10 "
45+ Bijectors = " 0.12 "
4646DataStructures = " 0.18"
4747Distributions = " 0.23.3, 0.24, 0.25"
4848DistributionsAD = " 0.6"
Original file line number Diff line number Diff line change 11# TODO (torfjelde): Find a better solution.
2- struct Vec{N, B <: Bijectors.Bijector{N} } <: Bijectors.Bijector{1}
2+ struct Vec{N,B} <: Bijectors.Bijector
33 b:: B
44 size:: NTuple{N, Int}
55end
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3535AbstractMCMC = " 4"
3636AdvancedMH = " 0.6, 0.7"
3737AdvancedPS = " 0.4"
38- AdvancedVI = " 0.1, 0. 2"
38+ AdvancedVI = " 0.2"
3939Clustering = " 0.14, 0.15"
4040Distributions = " 0.25"
4141DistributionsAD = " 0.6.3"
You can’t perform that action at this time.
0 commit comments