Skip to content

Commit

Permalink
CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (
Browse files Browse the repository at this point in the history
…#143)

* CompatHelper: bump compat for FillArrays to 1, (keep existing compat)

* Update Project.toml

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Théo Galy-Fajou <[email protected]>
  • Loading branch information
3 people authored Apr 11, 2023
1 parent 82999e6 commit 37124ee
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.4"
version = "0.4.5"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand All @@ -27,7 +27,7 @@ AbstractGPs = "0.3, 0.4, 0.5"
ChainRulesCore = "1.7"
Distributions = "0.25"
FastGaussQuadrature = "0.4, 0.5"
FillArrays = "0.12, 0.13"
FillArrays = "0.12, 0.13, 1"
ForwardDiff = "0.10"
GPLikelihoods = "0.4"
IrrationalConstants = "0.1, 0.2"
Expand Down

2 comments on commit 37124ee

@theogf
Copy link
Member

@theogf theogf commented on 37124ee Apr 11, 2023

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

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.5 -m "<description of version>" 37124eed575865bfe666f639ff5862bc435c34c4
git push origin v0.4.5

Please sign in to comment.