From eab75fe01ded1b956aec485440b5eaf03a5b75b7 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 2 Nov 2023 10:46:06 -0400 Subject: [PATCH] [NDTensors] Add compat entries for LinearAlgebra, Random --- NDTensors/Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NDTensors/Project.toml b/NDTensors/Project.toml index 010c37d72e..4a52808ce7 100644 --- a/NDTensors/Project.toml +++ b/NDTensors/Project.toml @@ -45,7 +45,9 @@ Folds = "0.2.8" Functors = "0.2, 0.3, 0.4" HDF5 = "0.14, 0.15, 0.16, 0.17" InlineStrings = "1" +LinearAlgebra = "1.6" Requires = "1.1" +Random = "1.6" SimpleTraits = "0.9.4" SplitApplyCombine = "1.2.2" StaticArrays = "0.12, 1.0"