Skip to content

Commit

Permalink
move to Accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Mar 9, 2024
1 parent 1fd87cf commit bdb659e
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 163 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ version = "0.7.1"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"

[compat]
AbstractMCMC = "2, 3, 4, 5"
Accessors = "0.1"
DensityInterface = "0.4"
Random = "1.6"
Setfield = "0.8.2, 1"
julia = "~1.6.6, 1.7.3"
2 changes: 1 addition & 1 deletion src/AbstractPPL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module AbstractPPL
# VarName
export VarName,
getsym,
getlens,
getoptic,
inspace,
subsumes,
subsumedby,
Expand Down
Loading

0 comments on commit bdb659e

Please sign in to comment.