From aa7bab83ab1739c628e21eace608ef7c567bbe5e Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Fri, 15 Nov 2024 21:25:14 +0000 Subject: [PATCH] deps: fix ConstructionBase compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6219902c..7da21f30 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ SymbolicRegressionSymbolicUtilsExt = "SymbolicUtils" [compat] ADTypes = "^1.4.0" Compat = "^4.16" -ConstructionBase = "<1.5.7" +ConstructionBase = "1.0.0 - 1.5.6" Dates = "1" DifferentiationInterface = "0.5, 0.6" DispatchDoctor = "^0.4.17"