From 48faea72a265a2ef37fce4c02557b7b35fdecaa0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Oct 2025 00:25:01 +0000 Subject: [PATCH] CompatHelper: bump compat for JSON to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c687d8d..4169503 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ AbstractMCMC = "2, 3, 4, 5" Accessors = "0.1" DensityInterface = "0.4" Distributions = "0.25" -JSON = "0.19 - 0.21" +JSON = "0.19 - 0.21, 1" LinearAlgebra = "<0.0.1, 1.10" Random = "1.6" StatsBase = "0.32, 0.33, 0.34"