Skip to content

Commit

Permalink
CompatHelper: bump compat for IrrationalConstants to 0.2, (keep exist…
Browse files Browse the repository at this point in the history
…ing compat) (#142)

* CompatHelper: bump compat for IrrationalConstants to 0.2, (keep existing compat)

* Bump patch

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Will Tebbutt <[email protected]>
  • Loading branch information
3 people authored Feb 23, 2023
1 parent 4ff9f30 commit 82999e6
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 = "ApproximateGPs"
uuid = "298c2ebc-0411-48ad-af38-99e88101b606"
authors = ["JuliaGaussianProcesses Team"]
version = "0.4.3"
version = "0.4.4"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand Down Expand Up @@ -30,7 +30,7 @@ FastGaussQuadrature = "0.4, 0.5"
FillArrays = "0.12, 0.13"
ForwardDiff = "0.10"
GPLikelihoods = "0.4"
IrrationalConstants = "0.1"
IrrationalConstants = "0.1, 0.2"
LogExpFunctions = "0.3"
PDMats = "0.11"
Reexport = "1"
Expand Down

2 comments on commit 82999e6

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

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.4.4 -m "<description of version>" 82999e665f23fea7996de2ae9b6eeb3016d68fec
git push origin v0.4.4

Please sign in to comment.