From 85202f4012dda4d517d46fc01c497641f7d216a2 Mon Sep 17 00:00:00 2001 From: Nathanael Bosch Date: Wed, 1 Nov 2023 17:30:31 +0100 Subject: [PATCH] Add LinearAlgebra compat entry --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 90de42e..9d85732 100644 --- a/Project.toml +++ b/Project.toml @@ -12,6 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] Distributions = "0.25" +LinearAlgebra = "1" ProbNumDiffEq = "0.11,0.12,0.13" SimpleUnPack = "1" Statistics = "1"