Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated project and compathelper for ppl
  • Loading branch information
theogf committed Sep 30, 2021
commit 10652ac878e4e8109add8a106326deff5f61c17c
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "Run CompatHelper"
run: |
import CompatHelper
subdirs = ["", "test", "docs"]
subdirs = ["", "test", "docs", "test/ppl"]
for f in readdir("examples"; join=true)
if isdir(f)
push!(subdirs, joinpath("examples", basename(f)))
Expand Down
4 changes: 2 additions & 2 deletions test/ppl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Soss = "8ce77f84-9b61-11e8-39ff-d17a774bf41c"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
Distributions = "0.24"
Distributions = "0.24, 0.25"
SampleChainsDynamicHMC = "0.2, 0.3"
Soss = "0.19, 0.20"
Turing = "0.16"
Turing = "0.16, 0.17, 0.18"
julia = "1.5"