Skip to content

Commit b9009f5

Browse files
authored
Try #406:
2 parents d222316 + 6eedea5 commit b9009f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DynamicPPL"
22
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
3-
version = "0.19.1"
3+
version = "0.19.2"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -24,6 +24,6 @@ Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9, 0.10"
2424
ChainRulesCore = "0.9.7, 0.10, 1"
2525
Distributions = "0.23.8, 0.24, 0.25"
2626
MacroTools = "0.5.6"
27-
Setfield = "0.7.1, 0.8"
27+
Setfield = "0.7.1, 0.8, 1"
2828
ZygoteRules = "0.2"
2929
julia = "1.3"

docs/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
77
[compat]
88
Distributions = "0.25"
99
Documenter = "0.27"
10-
Setfield = "0.7.1, 0.8"
10+
Setfield = "0.7.1, 0.8, 1"
1111
StableRNGs = "1"

test/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Documenter = "0.26.1, 0.27"
2929
ForwardDiff = "0.10.12"
3030
MCMCChains = "4.0.4, 5"
3131
MacroTools = "0.5.5"
32-
Setfield = "0.7.1, 0.8"
32+
Setfield = "0.7.1, 0.8, 1"
3333
StableRNGs = "1"
3434
Tracker = "0.2.11"
3535
Zygote = "0.5.4, 0.6"

0 commit comments

Comments
 (0)