From 9de8f99763c7fabae97453a64c54464a2e5e75d4 Mon Sep 17 00:00:00 2001 From: Kyurae Kim Date: Thu, 19 Sep 2024 12:54:37 -0700 Subject: [PATCH] remove Enzyme compat bound in tests like Tapir --- test/Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 197bf3c6..ca0fc384 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,7 +29,6 @@ Bijectors = "0.13" DiffResults = "1.0" Distributions = "0.25.111" DistributionsAD = "0.6.45" -Enzyme = "0.13" FillArrays = "1.6.1" ForwardDiff = "0.10.36" Functors = "0.4.5"