Skip to content

Commit d5dab2c

Browse files
CompatHelper: bump compat for "AbstractMCMC" to "3.0" (#94)
* CompatHelper: bump compat for "AbstractMCMC" to "3.0" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Théo Galy-Fajou <[email protected]>
1 parent c26f74e commit d5dab2c

File tree

2 files changed

+96
-90
lines changed

2 files changed

+96
-90
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AugmentedGaussianProcesses"
22
uuid = "38eea1fd-7d7d-5162-9d08-f89d0f2e271e"
33
authors = ["Theo Galy-Fajou <[email protected]>"]
4-
version = "0.10.2"
4+
version = "0.10.3"
55

66
[deps]
77
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -26,7 +26,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
2626
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2727

2828
[compat]
29-
AbstractMCMC = "2"
29+
AbstractMCMC = "2, 3"
3030
AdvancedHMC = "0.2.13"
3131
ChainRulesCore = "0.9"
3232
Distributions = "0.21.5, 0.22, 0.23, 0.24"

0 commit comments

Comments
 (0)