From 18ce79a8a69d8b32c29748a3314ac8aed529ac8d Mon Sep 17 00:00:00 2001 From: Kyurae Kim Date: Thu, 22 Aug 2024 00:23:19 -0400 Subject: [PATCH] fix tighten compat bound for Enzyme --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a5bc618b..fff721f2 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ ChainRulesCore = "1.16" DiffResults = "1" Distributions = "0.25.87" DocStringExtensions = "0.8, 0.9" -Enzyme = "0.12.28" +Enzyme = "0.12.32" FillArrays = "1.3" ForwardDiff = "0.10.36" Functors = "0.4" diff --git a/test/Project.toml b/test/Project.toml index ab00716d..251869e7 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,7 +29,7 @@ Bijectors = "0.13" DiffResults = "1.0" Distributions = "0.25.100" DistributionsAD = "0.6.45" -Enzyme = "0.12.28" +Enzyme = "0.12.32" FillArrays = "1.6.1" ForwardDiff = "0.10.36" Functors = "0.4.5"