From 27cd0e1dab814524213c41de1e083dd05cb43e7d Mon Sep 17 00:00:00 2001 From: Lorenzo Stella Date: Fri, 27 Oct 2023 20:40:54 +0200 Subject: [PATCH] update Project.toml to include stdlib versions --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 45b1a10..1fcda7c 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,10 @@ TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e" [compat] IterativeSolvers = "0.8 - 0.9" +LinearAlgebra = "1.4" OSQP = "0.3 - 0.8" ProximalCore = "0.1" +SparseArrays = "1.4" +SuiteSparse = "1.4" TSVD = "0.3 - 0.4" julia = "1.4"