From d4cfbb0cb79bc9bc9e343c23b37d0619e056089d Mon Sep 17 00:00:00 2001 From: MilesCranmerBot Date: Mon, 23 Mar 2026 03:21:34 +0000 Subject: [PATCH 1/2] fix: raise lower bounds for downgrade-compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0da0de6a..200b6a0f 100644 --- a/Project.toml +++ b/Project.toml @@ -35,13 +35,13 @@ ChainRulesCore = "1.25.1" Compat = "4.16" DispatchDoctor = "0.4" Interfaces = "0.3" -LoopVectorization = "0.12" +LoopVectorization = "0.12.173" MacroTools = "0.5.16" Optim = "1, 2" NLSolversBase = "7, 8" PrecompileTools = "1.2.1" Reexport = "1.2.2" -SymbolicUtils = "4" +SymbolicUtils = "4.18.1" Zygote = "0.7" julia = "1.10" Random = "1" From 296f8d90350d8e9116efa8c099407274feeec0ae Mon Sep 17 00:00:00 2001 From: MilesCranmerBot Date: Mon, 23 Mar 2026 04:29:58 +0000 Subject: [PATCH 2/2] fix: lower compat bounds --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 200b6a0f..6e11daf8 100644 --- a/Project.toml +++ b/Project.toml @@ -35,13 +35,13 @@ ChainRulesCore = "1.25.1" Compat = "4.16" DispatchDoctor = "0.4" Interfaces = "0.3" -LoopVectorization = "0.12.173" +LoopVectorization = "0.12.172" MacroTools = "0.5.16" Optim = "1, 2" NLSolversBase = "7, 8" PrecompileTools = "1.2.1" Reexport = "1.2.2" -SymbolicUtils = "4.18.1" +SymbolicUtils = "4.1" Zygote = "0.7" julia = "1.10" Random = "1"