Skip to content

Commit

Permalink
Merge branch 'master' into py/bump-gha
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm authored Oct 2, 2024
2 parents 2b37ff0 + 70dcd86 commit 1522eb1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 167 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ DynamicPPLZygoteRulesExt = ["ZygoteRules"]
[compat]
ADTypes = "1"
AbstractMCMC = "5"
AbstractPPL = "0.8.4"
AbstractPPL = "0.8.4, 0.9"
Accessors = "0.1"
BangBang = "0.4.1"
Bijectors = "0.13.9"
Expand Down
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ makedocs(;
pages=[
"Home" => "index.md",
"API" => "api.md",
"Tutorials" => ["tutorials/prob-interface.md"],
"Internals" => ["internals/transformations.md"],
],
checkdocs=:exports,
Expand Down
160 changes: 0 additions & 160 deletions docs/src/tutorials/prob-interface.md

This file was deleted.

10 changes: 5 additions & 5 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
ADTypes = "0.2, 1"
ADTypes = "1"
AbstractMCMC = "5"
AbstractPPL = "0.8.2"
AbstractPPL = "0.8.4, 0.9"
Accessors = "0.1"
Bijectors = "0.13"
Bijectors = "0.13.9"
Compat = "4.3.0"
Distributions = "0.25"
DistributionsAD = "0.6.3"
Documenter = "1"
EnzymeCore = "0.6 - 0.8"
ForwardDiff = "0.10.12"
LogDensityProblems = "2"
LogDensityProblemsAD = "1"
LogDensityProblemsAD = "1.7.0"
MCMCChains = "6.0.4"
MacroTools = "0.5.5"
MacroTools = "0.5.6"
ReverseDiff = "1"
StableRNGs = "1"
Tracker = "0.2.23"
Expand Down

0 comments on commit 1522eb1

Please sign in to comment.