From 8ec53d8f1a86f09debbf399178f1f8eea88b39af Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 29 Mar 2022 01:39:23 +0000 Subject: [PATCH] CompatHelper: add new compat entry for BandedMatrices at version 0.17, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 28657c0..dd58213 100644 --- a/Project.toml +++ b/Project.toml @@ -51,6 +51,7 @@ SunAsAStar = "1bd1a468-645d-4223-8813-48273918c0e0" TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" [compat] +BandedMatrices = "0.17" CSV = "0.7, 0.8, 0.9.11" DataFrames = "0.20, 0.21, 0.22, 0.23, 0.24, 1, 1.1" EchelleInstruments = ">=0.2.5"