From e0161ac1f2f50a0fefab9a303b361353c05814dd Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Wed, 23 Sep 2026 15:26:45 -0300 Subject: [PATCH] Add LinearAlgebra and Printf compat entries --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 0725f3331..0661b696f 100644 --- a/Project.toml +++ b/Project.toml @@ -66,9 +66,11 @@ KernelAbstractions = "0.9.2" LLVM = "9" LLVMDowngrader_jll = "0.10" Libdl = "1" +LinearAlgebra = "1" PrecompileTools = "1" Preferences = "1" PrettyTables = "3" +Printf = "1" Random = "1" Random123 = "1.6" RandomNumbers = "1.5"