From 304655eae35be205d3b5b09e5c8b99884bc124f5 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Sat, 10 Feb 2024 19:19:25 +0530 Subject: [PATCH] Remove LinearAlgebra compat from tests --- test/Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 696cfa2..895c586 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -10,5 +10,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8" -LinearAlgebra = "<0.0.1, 1" Test = "<0.0.1, 1"