Skip to content

Commit a258d54

Browse files
committed
bumped vi and bijectors too
1 parent 384158f commit a258d54

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ AbstractMCMC = "4"
4040
AdvancedHMC = "0.3.0, 0.4"
4141
AdvancedMH = "0.6.8, 0.7"
4242
AdvancedPS = "0.4"
43-
AdvancedVI = "0.1, 0.2"
43+
AdvancedVI = "0.2"
4444
BangBang = "0.3"
45-
Bijectors = "0.8, 0.9, 0.10"
45+
Bijectors = "0.12"
4646
DataStructures = "0.18"
4747
Distributions = "0.23.3, 0.24, 0.25"
4848
DistributionsAD = "0.6"

src/variational/advi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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}
55
end

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3535
AbstractMCMC = "4"
3636
AdvancedMH = "0.6, 0.7"
3737
AdvancedPS = "0.4"
38-
AdvancedVI = "0.1, 0.2"
38+
AdvancedVI = "0.2"
3939
Clustering = "0.14, 0.15"
4040
Distributions = "0.25"
4141
DistributionsAD = "0.6.3"

0 commit comments

Comments
 (0)