From 116aabc789d1477292a3673b64e9a769ccd6b5b3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 18 Sep 2024 20:08:21 +0000 Subject: [PATCH] CompatHelper: bump compat for Enzyme to 0.13, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 71ea2639e..163740ab2 100644 --- a/Project.toml +++ b/Project.toml @@ -4,8 +4,8 @@ authors = ["Christopher Rackauckas ", "Yingbo Ma < version = "7.67.0" [deps] -Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" +Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" @@ -45,8 +45,8 @@ TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -Accessors = "0.1.36" ADTypes = "0.1, 0.2, 1" +Accessors = "0.1.36" Adapt = "1.0, 2.0, 3.0, 4" AlgebraicMultigrid = "0.6.0" Aqua = "0.8.4" @@ -61,7 +61,7 @@ DiffEqNoiseProcess = "5.19" Distributed = "1" Distributions = "0.25" EllipsisNotation = "1" -Enzyme = "0.12" +Enzyme = "0.12, 0.13" FiniteDiff = "2" ForwardDiff = "0.10" FunctionProperties = "0.1"