From f1a12e11ddbcd4557a9b95ecb9218be49aa2b18c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:51:00 +0200 Subject: [PATCH] CompatHelper: bump compat for OptimizationOptimJL to 0.3, (keep existing compat) (#182) * CompatHelper: bump compat for OptimizationOptimJL to 0.3, (keep existing compat) * Increment patch version --------- Co-authored-by: CompatHelper Julia Co-authored-by: Seth Axen --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1f256005..4b6cc0e9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Pathfinder" uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454" authors = ["Seth Axen and contributors"] -version = "0.8.6" +version = "0.8.7" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -48,7 +48,7 @@ LogDensityProblems = "2.1.0" MCMCChains = "5.3.0, 6" Optim = "1.6.2" Optimization = "3.5" -OptimizationOptimJL = "0.1.1, 0.2" +OptimizationOptimJL = "0.1.1, 0.2, 0.3" PDMats = "0.11.26" PSIS = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9" ProgressLogging = "0.1.4"