From 23299c8a77e1cb22fc98783ee4e583c3bf7bdfc0 Mon Sep 17 00:00:00 2001 From: David Gleich Date: Thu, 10 Oct 2024 12:59:37 -0400 Subject: [PATCH] Add more compatibility to Kahan Summation --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d6651c2..37233fc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MatrixNetworks" uuid = "4f449596-a032-5618-b826-5a251cb6dc11" authors = ["nassarhuda "] -version = "1.0.3" +version = "1.0.4" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -19,7 +19,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" GenericArpack = "^0.2" DataStructures = "0.17.17, 0.18" IterTools = "1.3.0" -KahanSummation = "0.1.0" +KahanSummation = "0.1, 0.2, 0.3" julia = "1" [extras]