From 9cf98117a833658eb8bdf8e49e562ebca9fe611c Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Fri, 19 Sep 2025 15:11:05 +0100 Subject: [PATCH 1/2] pin JET to <= 0.10.6 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 024aef5c3..157a2173c 100644 --- a/Project.toml +++ b/Project.toml @@ -60,7 +60,7 @@ DocStringExtensions = "0.9" EnzymeCore = "0.6 - 0.8" ForwardDiff = "0.10.12, 1" InteractiveUtils = "1" -JET = "0.9, 0.10" +JET = "0.9 - 0.10.6" KernelAbstractions = "0.9.33" LinearAlgebra = "1.6" LogDensityProblems = "2" From 51383c2e8166eda998ead4d77e90f72f5d673ca7 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Fri, 19 Sep 2025 17:57:47 +0100 Subject: [PATCH 2/2] Pin test dep instead of main package dep --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 157a2173c..024aef5c3 100644 --- a/Project.toml +++ b/Project.toml @@ -60,7 +60,7 @@ DocStringExtensions = "0.9" EnzymeCore = "0.6 - 0.8" ForwardDiff = "0.10.12, 1" InteractiveUtils = "1" -JET = "0.9 - 0.10.6" +JET = "0.9, 0.10" KernelAbstractions = "0.9.33" LinearAlgebra = "1.6" LogDensityProblems = "2" diff --git a/test/Project.toml b/test/Project.toml index 91a885e96..537214464 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -41,7 +41,7 @@ DistributionsAD = "0.6.3" Documenter = "1" EnzymeCore = "0.6 - 0.8" ForwardDiff = "0.10.12, 1" -JET = "0.9, 0.10" +JET = "0.9 - 0.10.6" LogDensityProblems = "2" MCMCChains = "7.2.1" MacroTools = "0.5.6"