From c1400f0071beeda107494941f487e97bc5ae4e7b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 24 Jun 2023 01:58:06 +0000 Subject: [PATCH] CompatHelper: bump compat for PSIS to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0e9f29cf..626bc243 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ JSON3 = "1" LogExpFunctions = "0.2.0, 0.3" MCMCDiagnosticTools = "0.3" OrderedCollections = "1" -PSIS = "0.7" +PSIS = "0.7, 0.8" PyCall = "1.91.2" PyPlot = "2.8.2" Requires = "0.5.2, 1.0"