From c23e253f6aceedf49749c7c8b1be4148370b0361 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Feb 2023 00:18:53 +0000 Subject: [PATCH] CompatHelper: bump compat for MatrixMarket to 0.4 for package introduction-to-ldlfactorizations, (drop existing compat) --- tutorials/introduction-to-ldlfactorizations/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/introduction-to-ldlfactorizations/Project.toml b/tutorials/introduction-to-ldlfactorizations/Project.toml index d210fd6..fd3e383 100644 --- a/tutorials/introduction-to-ldlfactorizations/Project.toml +++ b/tutorials/introduction-to-ldlfactorizations/Project.toml @@ -15,7 +15,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] JSON = "0.21" LDLFactorizations = "0.10" -MatrixMarket = "0.3" +MatrixMarket = "0.4" Plots = "1" QPSReader = "0.2" QuadraticModels = "0.9"