Skip to content

Commit 488b8b6

Browse files
committed
use another branch
1 parent 5c7f27c commit 488b8b6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
4343
DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb"
4444

4545
[sources]
46-
DynamicPPL = {rev = "py/link", url = "https://github.com/TuringLang/DynamicPPL.jl"}
46+
DynamicPPL = {rev = "py/future", url = "https://github.com/TuringLang/DynamicPPL.jl"}
4747

4848
[extensions]
4949
TuringDynamicHMCExt = "DynamicHMC"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ TimerOutputs = "0.5"
7979
julia = "1.10"
8080

8181
[sources]
82-
DynamicPPL = {url = "https://github.com/TuringLang/DynamicPPL.jl", rev = "py/link"}
82+
DynamicPPL = {url = "https://github.com/TuringLang/DynamicPPL.jl", rev = "py/future"}

test/integration/enzyme/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
99

1010
[sources]
1111
Turing = {path = "../../../"}
12-
DynamicPPL = {url = "https://github.com/TuringLang/DynamicPPL.jl", rev = "py/link"}
12+
DynamicPPL = {url = "https://github.com/TuringLang/DynamicPPL.jl", rev = "py/future"}

0 commit comments

Comments
 (0)