From 5a1cf5b2ed44abcfdf83540cac8932ea18e66185 Mon Sep 17 00:00:00 2001 From: Maxence Gollier <134112149+MaxenceGollier@users.noreply.github.com> Date: Wed, 13 Aug 2025 11:12:17 +0200 Subject: [PATCH] Add compat entry for SparseMatricesCOO --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 20e2d8e..8d60a56 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,7 @@ libblastrampoline_jll = "8e850b90-86db-534c-a0d3-1478176c7d93" ProximalOperators = "0.15" QRMumps = "^0.3.0" Roots = "^1.0.0" +SparseMatricesCOO = "0.2" julia = "^1.10.0" [extras]