Skip to content

Commit

Permalink
CompatHelper: bump compat for AbstractMCMC to 4, (keep existing compa…
Browse files Browse the repository at this point in the history
…t) (#37)

* CompatHelper: bump compat for AbstractMCMC to 4, (keep existing compat)

* Update Project.toml

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Théo Galy-Fajou <theo.galyfajou@gmail.com>
  • Loading branch information
3 people authored Mar 8, 2022
1 parent 326570b commit 2fccf47
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
@@ -1,7 +1,7 @@
name = "BayesianQuadrature"
uuid = "609f5bd8-aef1-42b2-b90e-083e3346dba9"
authors = ["Theo Galy-Fajou <theo.galyfajou@gmail.com> and contributors"]
version = "0.2.1"
version = "0.2.2"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand All @@ -14,7 +14,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
AbstractGPs = "0.5"
AbstractMCMC = "3"
AbstractMCMC = "3, 4"
Distributions = "0.24, 0.25"
KernelFunctions = "0.10"
PDMats = "0.10, 0.11"
Expand Down

2 comments on commit 2fccf47

@theogf
Copy link
Owner

@theogf theogf commented on 2fccf47 Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/56214

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.2 -m "<description of version>" 2fccf4799697a58a0a55346b4beae81957802794
git push origin v0.2.2

Please sign in to comment.