diff --git a/P/Pathfinder/Versions.toml b/P/Pathfinder/Versions.toml index f5e21c49898e12d..47a1358a9b041db 100644 --- a/P/Pathfinder/Versions.toml +++ b/P/Pathfinder/Versions.toml @@ -180,3 +180,6 @@ git-tree-sha1 = "51c7b11dfd7249bfb22165902fa1b699f03e26f6" ["0.9.3"] git-tree-sha1 = "941cbc7072cf71b47c40499687037d90155d1df3" + +["0.9.4"] +git-tree-sha1 = "e00c7d43b7ecf7160b1a4143b462f6c5cb9b37e6" diff --git a/P/Pathfinder/WeakCompat.toml b/P/Pathfinder/WeakCompat.toml index abb8c3c6550092c..beafe5d9f4bf32d 100644 --- a/P/Pathfinder/WeakCompat.toml +++ b/P/Pathfinder/WeakCompat.toml @@ -56,8 +56,12 @@ Turing = "0.31.4-0.33" ["0.9.0"] DynamicPPL = ["0.25.2-0.25", "0.27"] -["0.9.1-0"] +["0.9.1-0.9.3"] DynamicPPL = ["0.25.2-0.25", "0.27-0.28"] -["0.9.2-0"] +["0.9.2-0.9.3"] Turing = "0.31.4-0.34" + +["0.9.4-0"] +DynamicPPL = ["0.25.2-0.25", "0.27-0.29"] +Turing = "0.31.4-0.35"