From a3d57574e44b7edec6ac6a1c41610032d420e56c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Jul 2024 00:23:03 +0000 Subject: [PATCH] CompatHelper: bump compat for TemporalGPs to 0.6, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8b449d6..afe4cb2 100644 --- a/Project.toml +++ b/Project.toml @@ -48,7 +48,7 @@ FileIO = "1.4" Interpolations = "0.12, 0.13, 0.14, 0.15" JLD2 = "0.2, 0.3, 0.4" KernelFunctions = "0.9.7, 0.10" -LsqFit = "0.11, 0.12, 0.13" # replace estimate_covar with vcov starting in 0.14 +LsqFit = "0.11, 0.12, 0.13" MultivariateStats = "0.7, 0.8, 0.9, 0.10" NaNMath = "0.3, 1" Optim = "1" @@ -64,7 +64,7 @@ StaticArrays = "1" Statistics = "1" StatsBase = "0.33, 0.34" Stheno = "0.6, 0.7, 0.8" -TemporalGPs = "0.6 - 0.6.7" +TemporalGPs = "0.6 - 0.6.7, 0.6" ThreadedIterables = "0.2" julia = "1.6"