From fea78f37407dd815a99dead6a29014b89de87158 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Fri, 3 Nov 2023 16:13:13 +0100 Subject: [PATCH] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5cd6e88c7..586d37442 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ DistributionsTestExt = "Test" ChainRulesCore = "1" DensityInterface = "0.4" FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1" -LinearAlgebra = "1" +LinearAlgebra = "<0.0.1, 1" PDMats = "0.10, 0.11" Printf = "1" QuadGK = "2"