From a1836fc462471e882c58676673c725c79dee0535 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Oct 2025 00:10:06 +0000 Subject: [PATCH] CompatHelper: bump compat for JSON to 1, (keep existing compat) --- Project.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index f0ce0085b..701ee430a 100644 --- a/Project.toml +++ b/Project.toml @@ -30,6 +30,10 @@ SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb" TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" +[sources.SymbolicRegression] +rev = "v2.0.0-alpha.6" +url = "https://github.com/MilesCranmer/SymbolicRegression.jl.git" + [compat] ADTypes = "^1.4.0" Compat = "^4.16" @@ -39,7 +43,7 @@ Distributed = "<0.0.1, 1" Downloads = "1.6.0" DynamicExpressions = "^1, 2" DynamicQuantities = "1" -JSON = "0.21" +JSON = "0.21, 1" LineSearches = "7" Logging = "1" LossFunctions = "0.10, 0.11, 1" @@ -57,6 +61,3 @@ SymbolicRegression = "2.0" TOML = "<0.0.1, 1" UUIDs = "1" julia = "1.11 - 1.12" - -[sources] -SymbolicRegression = { url = "https://github.com/MilesCranmer/SymbolicRegression.jl.git", rev="v2.0.0-alpha.6" }