Skip to content

Commit

Permalink
Add AbstractMCMCv5.0 to Project.toml (#88)
Browse files Browse the repository at this point in the history
* Update Project.toml

* Bump minor version
  • Loading branch information
sunxd3 authored Nov 8, 2023
1 parent 450d3dd commit 4960d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
keywords = ["probablistic programming"]
license = "MIT"
desc = "Common interfaces for probabilistic programming"
version = "0.7.0"
version = "0.7.1"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand All @@ -13,7 +13,7 @@ Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
AbstractMCMC = "2, 3, 4"
AbstractMCMC = "2, 3, 4, 5"
DensityInterface = "0.4"
Setfield = "0.8.2, 1"
julia = "~1.6.6, 1.7.3"

0 comments on commit 4960d49

Please sign in to comment.