From 1654ac058f25126b958e5b16a5dfa92455ab7c48 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Thu, 27 Mar 2025 09:27:35 -0400 Subject: [PATCH] Update ForwardDiff compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8b008a92..b07b08f2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RecursiveArrayTools" uuid = "731186ca-8d62-57ce-b412-fbd966d074cd" authors = ["Chris Rackauckas "] -version = "3.31.1" +version = "3.31.2" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -44,7 +44,7 @@ Aqua = "0.8" ArrayInterface = "7.6" DocStringExtensions = "0.9" FastBroadcast = "0.2.8, 0.3" -ForwardDiff = "0.10.19" +ForwardDiff = "0.10.19, 1" GPUArraysCore = "0.1.1, 0.2" IteratorInterfaceExtensions = "1" LinearAlgebra = "1.10"