From 1afdeffa53709b4c7c6a16de053e1479c85f7fca Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 15 Nov 2024 22:05:49 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicRegression to 1 for package DataDrivenSR, (keep existing compat) --- lib/DataDrivenSR/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/DataDrivenSR/Project.toml b/lib/DataDrivenSR/Project.toml index ecc755c8c..e33993e0f 100644 --- a/lib/DataDrivenSR/Project.toml +++ b/lib/DataDrivenSR/Project.toml @@ -9,9 +9,9 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb" [compat] -Reexport = "1.2" DataDrivenDiffEq = "1" -SymbolicRegression = "0.17" +Reexport = "1.2" +SymbolicRegression = "0.17, 1" julia = "1.6" [extras]