From 9c1b75441480b913922bf98ccfbf16646ba28733 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 May 2024 18:12:10 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ChainRules in [weakdeps] at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index e66aaa6d..cbecab45 100644 --- a/Project.toml +++ b/Project.toml @@ -32,6 +32,7 @@ ArrayInterfaceTrackerExt = "Tracker" [compat] Adapt = "4" +ChainRules = "1" LinearAlgebra = "1.10" SparseArrays = "1.10" SuiteSparse = "1.10"