From afd4689682d5491b9e5d8cf66e3e46d15b2352cb Mon Sep 17 00:00:00 2001 From: Tobias Knopp Date: Thu, 6 Jan 2022 19:58:00 +0100 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f3875dc3..210d8a21 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RegularizedLeastSquares" uuid = "1e9c538a-f78c-5de5-8ffb-0b6dbe892d23" authors = ["Tobias Knopp "] -version = "0.8" +version = "0.8.1" [deps] IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153" @@ -15,7 +15,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f" [compat] IterativeSolvers = "0.9" ProgressMeter = "1.2" -SparsityOperators = "0.1.7, 0.2" +SparsityOperators = "0.1.7, 0.2, 0.3" VectorizationBase = "0.19, 0.21" julia = "1.6"