From 91af223e363476431d4a0bb7c2086b36d7bc17ca Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Sun, 20 Oct 2024 10:26:18 +0200 Subject: [PATCH] bound --- Project.toml | 1 + test/Project.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index f2e2f71..2972762 100644 --- a/Project.toml +++ b/Project.toml @@ -54,6 +54,7 @@ Compat = "4.15" FillArrays = "1" Functors = "0.4.8" GPUArrays = "10, 11" +LinearAlgebra = "1" MLUtils = "0.4.4" Metal = "1" Preferences = "1.4" diff --git a/test/Project.toml b/test/Project.toml index 9914e0f..e12bae3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,6 +29,7 @@ ExplicitImports = "1.9.0" FillArrays = "1" ForwardDiff = "0.10.36" Functors = "0.4.8" +LinearAlgebra = "1" MLUtils = "0.4" Pkg = "1.10" Random = "1.10"