From f031f9523fe8231a257b2d606933e07e12c97f69 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 May 2024 18:12:12 +0000 Subject: [PATCH] CompatHelper: add new compat entry for BandedMatrices 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..aa9d01db 100644 --- a/Project.toml +++ b/Project.toml @@ -32,6 +32,7 @@ ArrayInterfaceTrackerExt = "Tracker" [compat] Adapt = "4" +BandedMatrices = "1" LinearAlgebra = "1.10" SparseArrays = "1.10" SuiteSparse = "1.10"