From e2eba85659d1cfa312942057617484ce22585739 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:37:13 -0700 Subject: [PATCH] CompatHelper: bump compat for EnsembleKalmanProcesses to 2, (keep existing compat) (#318) * CompatHelper: bump compat for EnsembleKalmanProcesses to 2, (keep existing compat) * dummy * dummy --------- Co-authored-by: CompatHelper Julia Co-authored-by: odunbar --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 8e5714d4..48ad6600 100644 --- a/Project.toml +++ b/Project.toml @@ -30,18 +30,18 @@ AdvancedMH = "0.6, 0.7, 0.8" Conda = "1.7" Distributions = "0.24, 0.25" DocStringExtensions = "0.8, 0.9" -EnsembleKalmanProcesses = "1.1" +EnsembleKalmanProcesses = "1.1, 2" GaussianProcesses = "0.12" MCMCChains = "4.14, 5, 6" +Printf = "1" ProgressBars = "1" PyCall = "1.93" +Random = "1" RandomFeatures = "0.3" ScikitLearn = "0.6, 0.7" StableRNGs = "1" Statistics = "1" StatsBase = "0.33, 0.34" -Printf = "1" -Random = "1" julia = "1.6, 1.7, 1.8, 1.9" [extras]