From 955fe5f43d706460a745546b332c9fa81c7abeea Mon Sep 17 00:00:00 2001 From: MilesCranmerBot Date: Thu, 11 Jun 2026 15:45:31 +0000 Subject: [PATCH 1/3] fix: constrain LoweredCodeUtils test dependency Co-authored-by: Miles Cranmer --- test/Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index e4b346d5..71ae5682 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -9,6 +9,7 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" Interfaces = "85a1e053-f937-4924-92a5-1367d23b7b87" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +LoweredCodeUtils = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b" LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890" Optim = "429524aa-4258-5aef-a3af-852621145aeb" NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c" @@ -28,6 +29,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] Aqua = "0.8" JET = "0.9, 0.10" +LoweredCodeUtils = "3.5 - 3.5.99" TestItems = "1" TestItemRunner = "1" From c104f0b56379c8cf7e3a0009649b97622f56f75a Mon Sep 17 00:00:00 2001 From: MilesCranmerBot Date: Thu, 11 Jun 2026 15:52:06 +0000 Subject: [PATCH 2/3] fix: allow Julia 1.10 JET test compat Co-authored-by: Miles Cranmer --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 71ae5682..edbc1fcf 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,7 +29,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] Aqua = "0.8" JET = "0.9, 0.10" -LoweredCodeUtils = "3.5 - 3.5.99" +LoweredCodeUtils = "2, 3.4 - 3.5.99" TestItems = "1" TestItemRunner = "1" From 5c4cbde5305be7bb367ae1ad291fa42e13d258b2 Mon Sep 17 00:00:00 2001 From: MilesCranmerBot Date: Fri, 12 Jun 2026 09:35:13 +0000 Subject: [PATCH 3/3] fix: bump weak dependency compat floors --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0da0de6a..c5811e1d 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.25.2" Zygote = "0.7" julia = "1.10" Random = "1"