Skip to content

Commit

Permalink
CompatHelper: bump compat for "SpecialFunctions" to "2" (#80)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "SpecialFunctions" to "2"

* 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]>
  • Loading branch information
github-actions[bot] and theogf authored Dec 1, 2021
1 parent a3db592 commit 46067c3
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.2.2"
version = "0.2.3"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand All @@ -28,6 +28,6 @@ ForwardDiff = "0.10"
GPLikelihoods = "0.1, 0.2"
KLDivergences = "0.2.1"
Reexport = "1"
SpecialFunctions = "1"
SpecialFunctions = "1, 2"
StatsBase = "0.33"
julia = "1.6"

2 comments on commit 46067c3

@theogf
Copy link
Member

@theogf theogf commented on 46067c3 Dec 1, 2021

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/49686

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.3 -m "<description of version>" 46067c3395620c1be3b2b10ad728b1c4e98e8282
git push origin v0.2.3

Please sign in to comment.