From ee26c5850900ea1217825e23054feece305beb48 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 15 Oct 2024 00:11:26 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for ConstructionBase to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9f0bf2341..f8ea0b83f 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ SymbolicRegressionSymbolicUtilsExt = "SymbolicUtils" [compat] ADTypes = "^1.4.0" Compat = "^4.2" -ConstructionBase = "<1.5.7" +ConstructionBase = "<1.5.7, 1" Dates = "1" DifferentiationInterface = "0.5, 0.6" DispatchDoctor = "0.4" From 9d1d9a46b0a326a69a49d7f47390b28b5ceaf5c6 Mon Sep 17 00:00:00 2001 From: Miles Cranmer Date: Wed, 20 Nov 2024 18:24:43 +0900 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f8ea0b83f..0e8686568 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ SymbolicRegressionSymbolicUtilsExt = "SymbolicUtils" [compat] ADTypes = "^1.4.0" Compat = "^4.2" -ConstructionBase = "<1.5.7, 1" +ConstructionBase = "<1.5.7, 1.5.8 - 1" Dates = "1" DifferentiationInterface = "0.5, 0.6" DispatchDoctor = "0.4" From 85c450e0b274ab9b02b219113f9b06de32a9b5d7 Mon Sep 17 00:00:00 2001 From: Miles Cranmer Date: Wed, 20 Nov 2024 19:06:29 +0900 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 26c307952..ae04f8535 100644 --- a/Project.toml +++ b/Project.toml @@ -43,8 +43,7 @@ SymbolicRegressionSymbolicUtilsExt = "SymbolicUtils" [compat] ADTypes = "^1.4.0" Compat = "^4.16" -ConstructionBase = "1.0.0 - 1.5.6" -ConstructionBase = "1.0.0 - 1.5.7, 1.5.8 - 1" +ConstructionBase = "1.0.0 - 1.5.6, 1.5.8 - 1" Dates = "1" DifferentiationInterface = "0.5, 0.6" DispatchDoctor = "^0.4.17"