From e4de083cbecd75aff9d59f862a6c14573ac9aed0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Oct 2025 03:43:49 +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 d89a0b5..25d0e4e 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ EFIT = "1" IMAS = "1, 2, 3, 4, 5" IMASggd = "3.3" Interpolations = "0.16" -JSON = "0.21" +JSON = "0.21, 1" LinearAlgebra = "1" LsqFit = "0.15.1" PhysicalConstants = "0.2"