From ce2b6dab0974b653f578dc7215c47bfbc10fd239 Mon Sep 17 00:00:00 2001 From: Oliver Dunbar <47412152+odunbar@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:24:16 -0800 Subject: [PATCH] Orad/compat update (#328) * add compat for julia * limit EKP --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0cf87176..560eb7b5 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ AdvancedMH = "0.6, 0.7, 0.8" Conda = "1.7" Distributions = "0.24, 0.25" DocStringExtensions = "0.8, 0.9" -EnsembleKalmanProcesses = "1.1, 2" +EnsembleKalmanProcesses = "2" GaussianProcesses = "0.12" MCMCChains = "4.14, 5, 6" Printf = "1" @@ -42,7 +42,7 @@ ScikitLearn = "0.6, 0.7" StableRNGs = "1" Statistics = "1" StatsBase = "0.33, 0.34" -julia = "1.6, 1.7, 1.8, 1.9" +julia = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11" [extras] Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"