Skip to content

Commit

Permalink
CompatHelper: bump compat for AbstractGPs to 0.5, (keep existing comp…
Browse files Browse the repository at this point in the history
…at) (#214)

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Aug 27, 2021
1 parent 6818fe4 commit 999cd2c
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,6 +1,6 @@
name = "Stheno"
uuid = "8188c328-b5d6-583d-959b-9690869a5511"
version = "0.7.14"
version = "0.7.15"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand All @@ -17,7 +17,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"

[compat]
AbstractGPs = "0.4"
AbstractGPs = "0.4, 0.5"
BlockArrays = "0.15, 0.16"
ChainRulesCore = "1"
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12"
Expand Down

2 comments on commit 999cd2c

@willtebbutt
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/43640

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.7.15 -m "<description of version>" 999cd2ccd1580833e1cd7eceee94fa4d38752328
git push origin v0.7.15

Please sign in to comment.