From a7433121a8655be84e03bdfc2b93438914165f62 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Wed, 20 Oct 2021 10:00:47 +0200 Subject: [PATCH] Depending at least on SparseMatricesCSR@0.6.4 (version with fillsorted!) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 138bf93fa..c7315c3c2 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ NLsolve = "4.3.0" NearestNeighbors = "0.4.8" QuadGK = "2.3.1, 2.4" StaticArrays = "0.12.1, 1.0" -SparseMatricesCSR = "0.6" +SparseMatricesCSR = "0.6.4" WriteVTK = "1.7, 1.8" julia = "1.3"