Skip to content

Commit

Permalink
Update compats
Browse files Browse the repository at this point in the history
  • Loading branch information
theogf committed Oct 29, 2023
1 parent c593495 commit 727b50a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@ ChainRulesCore = "1"
Distributions = "0.25"
GPLikelihoods = "0.3, 0.4"
IrrationalConstants = "0.1, 0.2"
LinearAlgebra = "1.8"
LogExpFunctions = "0.3"
MeasureBase = "0.13, 0.14"
MeasureTheory = "0.16 - 0.18"
Random = "1.8"
Reexport = "1"
SpecialFunctions = "1, 2"
SplitApplyCombine = "1"
Statistics = "1.8"
Test = "1.8"
TupleVectors = "0.1, 0.2"
julia = "1.8"
1 change: 1 addition & 0 deletions examples/heteroscedasticgaussian/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
AbstractGPs = "0.5"
ApproximateGPs = "0.2, 0.3, 0.4"
ArraysOfArrays = "0.6"
AugmentedGPLikelihoods = "0.4"
Distributions = "0.25"
Literate = "2"
Plots = "1"
Expand Down
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ GPLikelihoods = "0.4"
IrrationalConstants = "0.1"
LogExpFunctions = "0.3"
MeasureBase = "0.13, 0.14"
Random = "1.8"
SpecialFunctions = "2"
StatsFuns = "1"
Test = "1.8"
TupleVectors = "0.2"

2 comments on commit 727b50a

@theogf
Copy link
Member Author

@theogf theogf commented on 727b50a Oct 29, 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 updated: JuliaRegistries/General/94284

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.18 -m "<description of version>" 727b50a6ee7c08456bd13a2a846fe8deaca11329
git push origin v0.4.18

Please sign in to comment.