From 899cad777722527d96af9d78a0daaf537b2c9291 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:43:09 -0700 Subject: [PATCH] CompatHelper: bump compat for Bijectors in [weakdeps] to 0.14, (keep existing compat) (#137) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 572ea1443..ff3e9bc5f 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ AdvancedVIEnzymeExt = "Enzyme" [compat] ADTypes = "1" Accessors = "0.1" -Bijectors = "0.13" +Bijectors = "0.13, 0.14" ChainRulesCore = "1.16" DiffResults = "1" DifferentiationInterface = "0.6"