From c6311ba984035bad59a2be86ac2543e6b9ee6c36 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Feb 2023 00:21:40 +0000 Subject: [PATCH] CompatHelper: bump compat for MatrixMarket to 0.4 for package introduction-to-ripqp, (drop existing compat) --- tutorials/introduction-to-ripqp/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/introduction-to-ripqp/Project.toml b/tutorials/introduction-to-ripqp/Project.toml index d210fd6..fd3e383 100644 --- a/tutorials/introduction-to-ripqp/Project.toml +++ b/tutorials/introduction-to-ripqp/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"