From 727b50a6ee7c08456bd13a2a846fe8deaca11329 Mon Sep 17 00:00:00 2001 From: theogf Date: Sun, 29 Oct 2023 17:54:33 +0100 Subject: [PATCH] Update compats --- Project.toml | 4 ++++ examples/heteroscedasticgaussian/Project.toml | 1 + test/Project.toml | 2 ++ 3 files changed, 7 insertions(+) diff --git a/Project.toml b/Project.toml index 4d8c8071..6699eef1 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/examples/heteroscedasticgaussian/Project.toml b/examples/heteroscedasticgaussian/Project.toml index 4e5c03e9..5188a3e7 100644 --- a/examples/heteroscedasticgaussian/Project.toml +++ b/examples/heteroscedasticgaussian/Project.toml @@ -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" diff --git a/test/Project.toml b/test/Project.toml index 2bb90f2c..ac0baeff 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -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"