Skip to content

Commit

Permalink
Merge pull request #396 from ReactiveBayes/gppl-4.5.0
Browse files Browse the repository at this point in the history
Use GraphPPL 4.5.0
  • Loading branch information
bvdmitri authored Dec 23, 2024
2 parents 3e87839 + 058dbd4 commit 74753ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v2
with:
version: '1.10' # 1.11 is not supported by Cairo/GraphViz
- uses: actions/cache@v3
id: examples
with:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RxInfer"
uuid = "86711068-29c9-4ff7-b620-ae75d7495b3d"
authors = ["Bagaev Dmitry <[email protected]> and contributors"]
version = "3.8.1"
version = "3.8.2"

[deps]
BayesBase = "b4ee3484-f114-42fe-b91c-797d54a0c67e"
Expand Down Expand Up @@ -36,7 +36,7 @@ DomainSets = "0.5.2, 0.6, 0.7"
ExponentialFamily = "1.5"
ExponentialFamilyProjection = "1.1"
FastCholesky = "1.3.0"
GraphPPL = "~4.4.0"
GraphPPL = "~4.5.0"
LinearAlgebra = "1.9"
MacroTools = "0.5.6"
Optim = "1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"downloadUrl": "https://github.com/reactivebayes/RxInfer.jl/releases",
"issueTracker": "https://github.com/reactivebayes/RxInfer.jl/issues",
"name": "RxInfer.jl",
"version": "3.8.1",
"version": "3.8.2",
"description": "Julia package for automated, scalable and efficient Bayesian inference on factor graphs with reactive message passing. ",
"applicationCategory": "Statistics",
"developmentStatus": "active",
"readme": "https://reactivebayes.github.io/RxInfer.jl/stable/",
"softwareVersion": "3.8.1",
"softwareVersion": "3.8.2",
"keywords": [
"Bayesian inference",
"message passing",
Expand Down

0 comments on commit 74753ca

Please sign in to comment.