From 869227b61df078176fa59e21a7a46253159939b1 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 27 Sep 2024 17:42:58 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 02965b382..7d0624199 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DiffEqBase" uuid = "2b5f629d-d688-5b77-993f-72d75c75574e" authors = ["Chris Rackauckas "] -version = "6.155.3" +version = "6.155.4" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -72,7 +72,7 @@ DataStructures = "0.18" Distributions = "0.25" DocStringExtensions = "0.9" EnumX = "1" -Enzyme = "0.12.12, 0.13" +Enzyme = "0.13" EnzymeCore = "0.7, 0.8" FastBroadcast = "0.3" FastClosures = "0.3.2"